Skip to content

Commit

Permalink
Bundle .js.map files again and close anmonteiro#132
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiardi committed Aug 28, 2017
1 parent 8b638b7 commit 05c42ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ const resources = getDirContents('target').filter(
!fname.endsWith('bundle.min.js') &&
!fname.endsWith('google-closure-compiler-js.js') &&
!fname.endsWith('aot.edn') &&
!/target[\\\/]cljs[\\/]core.js/.test(fname) &&
!fname.endsWith('.map'),
!/target[\\\/]cljs[\\/]core.js/.test(fname),
);

function moveLibs(compiler, options, callback) {
Expand Down

0 comments on commit 05c42ba

Please sign in to comment.