barbier / front-end-startup

3 stars 0 forks source link

Other css preprocessor #1

Open barbier opened 7 years ago

barbier commented 7 years ago

This project was created with LESS in mind. Should it work with SASS and Stylus? How?

0000marcell commented 7 years ago

Is this project meant to only use gulp ?, i think it would be nice to have one place with different builds with explanation ex apps etc.. i have a broccoli+webpack+testem+babel+sass build i could PR you're interested, creating different builds is also good motivation for learning different tools.

barbier commented 7 years ago

I don't see any problem with you PR if we agree in some kind of organization for both build systems and you create the documentation of the workflow

0000marcell commented 7 years ago

We could organize by building tool using different directories for each one, the only question is if its better to nest it like "gulp/webpack-sass" or flat "gulp-webpack-sass" etc ... , imo it doesn't matter too much, its very easy to change these things afterwards, docs for the builds could live on the wiki and a name convention for the folders in the the builds would also be nice.