initializr icon indicating copy to clipboard operation
initializr copied to clipboard

Features suggestions

Open verekia opened this issue 11 years ago • 14 comments

I want to keep Initializr as simple as possible, but some new features might be interesting to have. The ones I'm currently considering:

  • Sass
  • ZURB Foundation

verekia avatar Aug 30 '12 15:08 verekia

SASS would definitely be good now that LESS is no longer an option. Zurb would be an interesting alternative to Bootstrap, and I've been interested in playing with it but haven't had the chance. One thing I've absolutely fallen in love with is AngularJS (http://angularjs.org) for an application framework. I would believe it would integrate into Initializr really easily.

Here are some things that I've been interested in:

  • Jade for quicker HTML templating: http://jade-lang.com/
  • Jasmine for JS unit testing: http://pivotal.github.com/jasmine/
  • Underscore for better JS object and array manipulation: http://underscorejs.org/
  • Sizzle rather than the full jQuery lib: http://sizzlejs.com/

Anyway, I'm not suggesting you add all of these things. I just thought I'd share what I'm looking into for my web application development toolkit.

Thanks again for all your hard work :)

cerebralideas avatar Aug 30 '12 17:08 cerebralideas

Why Bootstrap have not longer the options for LESS files? :(

diegoviola1 avatar Sep 02 '12 23:09 diegoviola1

I removed the Less option mostly because:

  • Less is more buggy than Sass (around 200 open issues) and has less features
  • People are confused about less.js, which is a terrible bad practice when used client-side in production
  • At this point, making people use Less is like making people use Mootools instead of jQuery. Sass won the fight, and having multiple tools doing the same thing is not good for us. Just use the best one to make the community grow as much as possible.

I would recommend learning more about CSS Preprocessors to understand why Sass is a better choice. You should also take a look at the latest Sass features with this article from @chriseppstein about Sass 3.2 which is amazing.

There are Sass versions of Twitter Bootstrap like this one by @jlong, and I will probably add a Sass option based on it at some point.

I know this is annoying if you were used to Less, but the transition to Sass is really easy and trust me, it's for your own good :)

verekia avatar Sep 03 '12 04:09 verekia

Thanks for the informations: you've convinced me. Soon I'll try Bootstrap with SASS. Only one question: why Twitter are using LESS and not SASS?

diegoviola1 avatar Sep 03 '12 07:09 diegoviola1

Here, it's in the slides :)

verekia avatar Sep 03 '12 08:09 verekia

Thank you, I did not see it :)

diegoviola1 avatar Sep 03 '12 08:09 diegoviola1

Do you think about add jQueryUI to your project. Mayby you can use this project http://addyosmani.github.com/jquery-ui-bootstrap/

SASS is very good choice.

g00ntar avatar Sep 16 '12 18:09 g00ntar

Have you thought about adding Font Awesome and/or Font Awesome More

less http://fortawesome.github.com/Font-Awesome/ http://gregoryloucas.github.com/Font-Awesome-More

sass https://github.com/rstacruz/Font-Awesome-SASS-Enhanced https://github.com/gregoryloucas/Font-Awesome-More/tree/master/sass

Lucidpaper avatar Nov 04 '12 20:11 Lucidpaper

Adding a selection of development tools would be really nice as well.

Live.js Livereload http://livejs.com/

Less.js Compiler http://cloud.github.com/downloads/cloudhead/less.js/less-1.3.1.min.js

Sass.js Compiler could not find one but, it would be really nice for development.

Lucidpaper avatar Nov 11 '12 01:11 Lucidpaper

:+1: for Zurb Foundation

As much as I love Bootstrap, I've found myself starting to use Foundation more and more. It would also be nice to have more than just the one framework to choose from.

coogie avatar Feb 24 '13 15:02 coogie

+1 for h5bp w/ Zurb foundation from my side too! I really love twttr bootstrap, but I just prefer more zurb's grid system with large-X small-Y option...

bblokar avatar May 06 '13 20:05 bblokar

@Lucidpaper just replace @import sprites.less with font-awesome's less file in bootstrap.less and recompile, and you'll have font-awesome, else, there's already a css file which also has a reset for bootstrap icons, so they're not displayed repeatedly those with same names, as a bg from bootstrap and as content from font-awesome

bblokar avatar May 06 '13 20:05 bblokar

I second the Foundation integration with h5bp

Jiyda avatar Oct 18 '14 20:10 Jiyda

:+1: for ZURB Foundation and SASS.

jpswade avatar Jun 29 '15 14:06 jpswade