Skip to content

Commit

Permalink
js changes
Browse files Browse the repository at this point in the history
  • Loading branch information
indpurvesh committed Jun 4, 2020
1 parent 2f69a0a commit 21c3489
Show file tree
Hide file tree
Showing 53 changed files with 10,145 additions and 19,764 deletions.
4 changes: 2 additions & 2 deletions avored.webpack.mix.js
Expand Up @@ -17,8 +17,8 @@ const tailwindcss = require('tailwindcss')
// }
// })

mix.js('vendor/avored/framework/resources/js/app.js', 'public/avored-admin/js/app.js');
mix.less('vendor/avored/framework/resources/less/app.less', 'public/avored-admin/css/app.css', {
mix.js('packages/framework/resources/js/app.js', 'public/avored-admin/js/app.js');
mix.less('packages/framework/resources/less/app.less', 'public/avored-admin/css/app.css', {
javascriptEnabled: true,
modifyVars: {
'primary-color': '#E64448',
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -46,7 +46,7 @@
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/",
"AvoRed\\Framework\\Tests\\": "vendor/avored/framework/tests/"
"AvoRed\\Framework\\Tests\\": "packages/framework/tests/"

}
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -39,6 +39,7 @@
},
"dependencies": {
"tailwindcss": "^1.4.6",
"v-click-outside": "^3.0.1",
"vue-i18n": "^8.18.1"
}
}

0 comments on commit 21c3489

Please sign in to comment.