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

Support Less for styling #21

Closed
igorsantos07 opened this issue Mar 29, 2013 · 1 comment
Closed

Support Less for styling #21

igorsantos07 opened this issue Mar 29, 2013 · 1 comment

Comments

@igorsantos07
Copy link

Would be nice to be able to write Less files and have them automatically compiled and minified with ember build, just the way it does with my current JS files.

@ryanflorence
Copy link
Owner

I have this in a script/watch of my app:

fsmonitor -p -d app/js '!index.js' '!templates.js' '!application.js*' ember build &
fsmonitor -p -d app/less lessc --line-numbers=comments app/less/main.less app/application.css

ember-tools isn't (nor ever will be) a full "front-end web development toolbox". Most tools, like less, have very simple one-liners to compile them. Additionally, there will probably be integration with ember-tools and yeoman in the future. If you're unfamiliar with yeoman, its probably something you would like :)

Thanks for using ember-tools, I hope this helps.

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

No branches or pull requests

2 participants