Skip to content

Commit

Permalink
Remove more references to coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
neersighted committed Jan 13, 2016
1 parent 345e4a5 commit 9ab66e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tgui/gulp/tasks/js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ b.componentify.compilers["text/javascript"] = (source, file) ->
bundle = ->
through.obj (file, enc, next) ->
browserify file.path,
extensions: [".js", ".coffee", ".ract"]
extensions: [".js", ".ract"]
debug: f.debug
.transform b.babelify
.plugin b.helpers
Expand Down
2 changes: 1 addition & 1 deletion tgui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"require-globify": {
"appliesTo": {
"includeExtensions": [".js", ".coffee", ".ract"]
"includeExtensions": [".js", ".ract"]
}
}
}

0 comments on commit 9ab66e3

Please sign in to comment.