Skip to content

Commit

Permalink
cleaning up assets and making them all loaded via webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Jun 10, 2017
1 parent e27016c commit 85ebda1
Show file tree
Hide file tree
Showing 658 changed files with 90,971 additions and 39,925 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/node_modules
.DS_Store
.idea
vendor
Expand Down
5 changes: 5 additions & 0 deletions mix-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"/publishable/assets/js/app.js": "/publishable/assets/js/app.js",
"/mix.js": "/mix.js",
"/publishable/assets/css/app.css": "/publishable/assets/css/app.css"
}
36 changes: 36 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.15.3",
"bootstrap-sass": "^3.3.7",
"cross-env": "^3.2.3",
"jquery": "^3.1.1",
"laravel-mix": "0.*",
"lodash": "^4.17.4",
"vue": "^2.1.10"
},
"dependencies": {
"animate.css": "^3.5.2",
"bootstrap": "^3.3.7",
"bootstrap-datepicker": "^1.6.4",
"bootstrap-switch": "^3.3.4",
"bootstrap-toggle": "^2.2.2",
"datatables-bootstrap3-plugin": "^0.5.0",
"icheck": "^1.0.2",
"jquery-match-height": "^0.7.2",
"perfect-scrollbar": "^0.7.1",
"readmore-js": "^2.1.0",
"select2": "^4.0.3",
"simplemde": "^1.11.2",
"toastr": "^2.1.2"
}
}
11 changes: 0 additions & 11 deletions publishable/assets/css/animate.min.css

This file was deleted.

Loading

0 comments on commit 85ebda1

Please sign in to comment.