Skip to content

Commit

Permalink
[tools] Enable GCC
Browse files Browse the repository at this point in the history
See also 1275085
  • Loading branch information
tonyganch committed Nov 3, 2016
1 parent 952e715 commit 5d16d46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"email": "[email protected]",
"url": "http://tonyganch.com"
},
"main": "./lib/gonzales",
"main": "./lib/gonzales.min",
"repository": {
"type": "git",
"url": "http://github.com/tonyganch/gonzales-pe.git"
Expand All @@ -36,12 +36,12 @@
"babel-loader": "^5.3.2",
"coffee-script": "~1.7.1",
"eslint": "^3.0.0",
"google-closure-compiler": "^20161024.1.0",
"jscs": "2.1.0",
"jshint": "2.8.0",
"json-loader": "^0.5.3",
"mocha": "2.2.x",
"webpack": "^1.12.2",
"webpack-closure-compiler": "^2.0.2"
"webpack": "^1.12.2"
},
"engines": {
"node": ">=0.6.0"
Expand Down
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ done
echo '};' >> src/syntaxes.js

./node_modules/.bin/webpack --module-bind "json=json"
java -jar node_modules/google-closure-compiler/compiler.jar --compilation_level=SIMPLE --js_output_file=lib/gonzales.min.js lib/gonzales.js

git checkout -- src/syntaxes.js

0 comments on commit 5d16d46

Please sign in to comment.