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

Remove Ruby dependency for Sass #27

Closed
jimthedev opened this issue Mar 25, 2014 · 3 comments
Closed

Remove Ruby dependency for Sass #27

jimthedev opened this issue Mar 25, 2014 · 3 comments

Comments

@jimthedev
Copy link
Contributor

First off, love the generator. I think it is worthwhile to consider removing the ruby Sass/Compass requirement in favor of the more lightweight node-sass and bourbon. Thoughts?

@diegonetto
Copy link
Owner

Thanks! I think node-sass is awesome and extremely fast, but I haven't researched it enough lately. Last time I checked, it was under active development so I can't speak to its stability. How has your experience been?

We could consider pulling it in by using the grunt-sass plugin @sindresorhus created, which would be a fairly simple change to make.

Although I haven't personally used Bourbon, I've heard great things. At the end of the day, users are encouraged to customize their Gruntfile as appropriate according to their own preferences.

The goal with this generator was to help developers interested in building hybrid mobile apps get up and running quickly with an Ionic seed app, but also to (hopefully) expose developers passionate about mobile apps to the world of intelligent workflows and powerful build systems that has mostly only seen exposure with web applications.

@robkorv
Copy link

robkorv commented Mar 29, 2014

I favor a starters setup with as little dependencies on other libraries as possible. I'm exploring Ionic for a company who mainly uses windows as development environment. I never got a clear error or info message that Compass needs ruby.

Maybe add a line like "This depends on Ruby" when the choice for Sass/Compass is given until you feel more save to use a 100% node sass compiler.


Really like the generator btw ;)

@diegonetto
Copy link
Owner

Thanks for the support! I've changed the default option for that prompt to be N so people don't accidentally hit enter not knowing what Compass does.

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

3 participants