dragoman
dragoman copied to clipboard
Create Gulp options in Config file
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)