verekia / initializr

HTML5 Boilerplate Build Tool
http://initializr.com
1.45k stars 239 forks source link

Features suggestions #65

Open verekia opened 12 years ago

verekia commented 12 years ago

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

cerebralideas commented 12 years ago

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:

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 :)

diegoviola1 commented 12 years ago

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

verekia commented 12 years ago

I removed the Less option mostly because:

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 :)

diegoviola1 commented 12 years ago

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?

verekia commented 12 years ago

Here, it's in the slides :)

diegoviola1 commented 12 years ago

Thank you, I did not see it :)

g00ntar commented 12 years ago

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.

Lucidpaper commented 12 years ago

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 commented 12 years ago

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.

coogie commented 11 years ago

:+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.

bblokar commented 11 years ago

+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 commented 11 years ago

@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

Jiyda commented 10 years ago

I second the Foundation integration with h5bp

jpswade commented 9 years ago

:+1: for ZURB Foundation and SASS.