Skip to content

Commit

Permalink
Merge pull request #6 from bbs-smuller/feature/webpack-config
Browse files Browse the repository at this point in the history
Do not referer to minified assets (backend webpack config)
  • Loading branch information
mfrancois authored Jul 17, 2017
2 parents dad7cce + 2ef2a6d commit c2ced32
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions webpack.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
},
"backend": {
"scripts": [
"node_modules/bootstrap-sass/assets/javascripts/bootstrap.min.js",
"node_modules/bootstrap-confirmation2/bootstrap-confirmation.min.js",
"node_modules/bootstrap-sass/assets/javascripts/bootstrap.js",
"node_modules/bootstrap-confirmation2/bootstrap-confirmation.js",
"node_modules/bootstrap-datepicker/js/bootstrap-datepicker.js",
"node_modules/datatables/media/js/jquery.dataTables.js",
"node_modules/easy-pie-chart/dist/jquery.easypiechart.min.js",
"node_modules/jquery-locationpicker/dist/locationpicker.jquery.min.js",
"node_modules/jquery.uniform/dist/jquery.uniform.min.js",
"node_modules/iCheck/icheck.min.js",
"node_modules/jstree/dist/jstree.min.js",
"node_modules/easy-pie-chart/dist/jquery.easypiechart.js",
"node_modules/jquery-locationpicker/dist/locationpicker.jquery.js",
"node_modules/jquery-uniform/lib/jquery.uniform.js",
"node_modules/icheck/icheck.js",
"node_modules/jstree/dist/jstree.js",
"node_modules/select2/select2.js",
"node_modules/jquery-slimscroll/jquery.slimscroll.min.js",
"node_modules/jquery-slimscroll/jquery.slimscroll.js",
"node_modules/tinymce/tinymce.js",
"node_modules/tinymce/plugins/*/plugin.js",
"node_modules/tinymce/themes/modern/theme.js",
Expand Down

0 comments on commit c2ced32

Please sign in to comment.