Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request :: Set Coffeescript Options Like Sass #96

Closed
masterbee opened this issue Jan 25, 2013 · 2 comments
Closed

Feature Request :: Set Coffeescript Options Like Sass #96

masterbee opened this issue Jan 25, 2013 · 2 comments

Comments

@masterbee
Copy link

Hi handlino,

Great work on fireapp very smart and really helps with the prototyping. I noticed that in fireapp there the ability to set SASS options for the build, and since Coffeescipt has a few available as well ( -bare is the more important ) it would be nice to be able to set that for the build settings as well.

Currently I had to modify the coffee-script.rb manually to set :bare as the default value, and I know this will not survive any future upgrades.

Great work again.

tka added a commit that referenced this issue Jan 25, 2013
 you can add fireapp_coffeescript_options={ :bare => true } to your_project/config.rb
@hlb
Copy link
Contributor

hlb commented Jan 31, 2013

@masterbee,

Fire.app now reads config.rb for CoffeeScript options. You can set bare option via fireapp_coffeescript_options={ :bare => true }.

It will be included in Fire.app v1.9.

@masterbee
Copy link
Author

@handlino,

Excellent! thank you :) Great work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants