Skip to content

Commit

Permalink
🚚 remove cumbersome dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kyuwoo-choi committed Jan 3, 2020
1 parent 68e398f commit f6a270b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/pages/examples/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ import Prism from 'vue-prismjs'
import enquire from 'enquire.js'
import 'prismjs/themes/prism-tomorrow.css'
import '@/styles/slick-theme.css'
import '@/slick-theme.css'
import configs from './configs'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = {
plugins: [
new CopyWebpackPlugin([
{
from: path.join(__dirname, 'src/styles/slick-theme.css'),
from: path.join(__dirname, 'src/slick-theme.css'),
to: path.join(__dirname, 'dist/vue-slick-carousel-theme.css'),
},
]),
Expand Down

0 comments on commit f6a270b

Please sign in to comment.