You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, as soon as I rename a file map.js.coffee.erb, because I want to use asset_path browserify doesn't recognize anymore that it's supposed to be Coffeescript and I get a parse error.
Can you help me there? Am I forgetting some configuration? Or is it not possible to use both .js.coffee and js.coffee.erb files with browserify / coffeeify?
The text was updated successfully, but these errors were encountered:
Hi, I manage to use browserify with the coffeeify option set:
config.browserify_rails.commandline_options = '-t coffeeify --extension=".js.coffee"'
However, as soon as I rename a file
map.js.coffee.erb
, because I want to useasset_path
browserify doesn't recognize anymore that it's supposed to be Coffeescript and I get a parse error.Can you help me there? Am I forgetting some configuration? Or is it not possible to use both .js.coffee and js.coffee.erb files with browserify / coffeeify?
The text was updated successfully, but these errors were encountered: