Closed
Description
Our current gulpfile/tasks pipeline has grown too much it might be overwhelming for new users to get started with the starter kit. Rewriting the entire tasks system should be our main priority before upgrading to TS 2.3.
- Make each features of the starter kit (e.g. testing, etc.) optional (
yo
generator perhaps?) - Improve the available guides to be noob-friendly (assume users have no prior knowledge of JS)
- Consider ditching
gulp
for other better alternatives (purenpm
tasks/brunch
) (might have to ditch the flattened directory option) Look into usingWe might just use purebrunch
(idea: @bryanbecker)npm
tasks + Webpack after all.