Skip to content

Commit

Permalink
Revert "fix lib being added to the package twice lol"
Browse files Browse the repository at this point in the history
This reverts commit b2174fc.
  • Loading branch information
MightyPork committed Sep 13, 2017
1 parent b2174fc commit 72279bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _build_js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else
smarg=--source-maps
fi

npm run babel -- -o "out/js/app.$FRONT_END_HASH.js" ${smarg} \
npm run babel -- -o "out/js/app.$FRONT_END_HASH.js" ${smarg} js/lib \
js/lib/chibi.js \
js/lib/keymaster.js \
js/lib/polyfills.js \
Expand Down

0 comments on commit 72279bf

Please sign in to comment.