Skip to content

Commit

Permalink
Webpack: restore original page scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
carlfeberhard committed Oct 27, 2015
1 parent 5dfb3ff commit cebfdd2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 492 deletions.
3 changes: 2 additions & 1 deletion client/grunt-tasks/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ module.exports = function( grunt ){
files: [{
expand : true,
cwd : paths.srcSymlink,
src : '**/*.js',
src : [ '**/*.js', '!apps/**/*.js' ],
// src : '**/*.js',
dest : paths.dist
}],
}
Expand Down
2 changes: 1 addition & 1 deletion static/maps/libs/common-libs.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/maps/mvc/tools.js.map

Large diffs are not rendered by default.

21 changes: 2 additions & 19 deletions static/scripts/libs/common-libs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cebfdd2

Please sign in to comment.