dragoman icon indicating copy to clipboard operation
dragoman copied to clipboard

Create Gulp options in Config file

Open NateBaldwinDesign opened this issue 8 years ago • 0 comments

Need to setup a way to read the config file for boolean statements. For each language defined in the config file, run a specific gulp task. For example: { "languages": { "sass": true, "less": false } } This config file's contents should indicate to run gulp task "dragoman-sass", but not "dragoman-less". Need to include all languages available in this file & function (sass, scss, less, stylus, android, and ios)

NateBaldwinDesign avatar Sep 28 '16 21:09 NateBaldwinDesign