Skip to content

Commit

Permalink
Fixes RetireJS#81
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Mar 12, 2015
1 parent d1507f9 commit b95f0a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bom
Original file line number Diff line number Diff line change
@@ -1 +1 @@


3 changes: 2 additions & 1 deletion build_chrome.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

echo "Building $FILEPATH ..."

echo var retire = (function(){ > chrome\js\retire.js
copy bom chrome\js\retire.js
echo var retire = (function(){ >> chrome\js\retire.js
type node\lib\retire.js >> chrome\js\retire.js
echo return exports; })(); >> chrome\js\retire.js

Expand Down

0 comments on commit b95f0a3

Please sign in to comment.