crushlovely / skyline

Basic Skyline Starter HTML and SCSS
MIT License
389 stars 31 forks source link

Build Tools #5

Open jeffschram opened 9 years ago

jeffschram commented 9 years ago

Progress and Current Thinking of Build Tools for Skyline this is a quick brain-dump, to be followed up in the comments with updates and ideas

Currently, Skyline starts out with a bunch of files in Layers. You delete files you don't want, and add new ones if they don't yet exist. After that, you make sure your manifest file isn't messed up or needs to be updated.

Let's talk about how we (both contributing engineers who are developing Skyline, and users of Skyline) would benefit from a build tool that generates this file structure.

Basic idea would be:

Options for the platform:

Thanks to @coletownsend for bringing this up on Twitter. Adam also had the Yeoman idea a while back - might be time to put some brains into that.

jenil commented 9 years ago

Probabaly, you should take a look at the build process of https://github.com/Semantic-Org/Semantic-UI it is something in line which will work pretty well for this project.