Skip to content

Commit

Permalink
Experiment with decaffeinate. #829
Browse files Browse the repository at this point in the history
  • Loading branch information
ccd0 committed Jun 12, 2016
1 parent e1b0d62 commit ccc2d58
Show file tree
Hide file tree
Showing 5 changed files with 221 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ endef

$(foreach s,$(sources),$(eval $(call check_source,$(subst $$,$$$$,$(s)))))

.events/compile : $(updates) $(template_deps) $(coffee_deps) tools/chain.js
.events/compile : $(updates) $(template_deps) $(coffee_deps) node_modules/decaffeinate/package.json tools/chain.js
node tools/chain.js $(call QUOTE, \
$(subst .events/,tmp/, \
$(if $(filter-out $(updates),$?), \
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"devDependencies": {
"coffee-script": "=1.9.3",
"crx": "^3.0.3",
"decaffeinate": "^2.13.0",
"esprima": "^2.7.2",
"font-awesome": "=4.6.3",
"jshint": "^2.9.2",
Expand Down
1 change: 1 addition & 0 deletions src/meta/jshint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"esnext": true,
"undef": true,
"unused": true,
"eqnull": true,
Expand Down
202 changes: 202 additions & 0 deletions src/meta/npm-shrinkwrap.json

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

Loading

0 comments on commit ccc2d58

Please sign in to comment.