sahat / megaboilerplate

Handcrafted starter projects, optimized for simplicity and ease of use.
MIT License
3.83k stars 257 forks source link

Framework flow is wrong #180

Closed Randore closed 7 years ago

Randore commented 7 years ago

wrong-flow

Bootstrap should come under Bootstrap section and not under SASS

Shuyinsama commented 7 years ago

This isn't wrong. Bootstrap has multiple different repo's one for CSS the other one is for SASS and the last one is for LESS. So the "Framework Flow Options" are dependent on if you choose Bootstrap "None / CSS", "SASS" or "LESS". (For example if you choose "None / CSS" you have the option to minify, while with "SASS" that is not the case)

I think the flow is correct as it is.

Randore commented 7 years ago

ok