lithium-sdk
Version:
### Lithium Developer Community Area
14 lines (13 loc) • 572 B
JavaScript
/**
* Created by doug.schroeder on 2/10/16.
*/
;
module.exports = {
run: function () {
require('../../lib/spawn-gulp')(['serve-sass'].concat(process.argv.splice(3)));
},
help: 'Compiles and serves SCSS files for the responsive skin selected with li set-responsive-options.' +
'\nSaved changes to local SCSS appears in the browser upon reload. View the compiled CSS at the URL set '+
'\nwith li set-responsive-options.' +
'\nRun this command from the root directory of a project. Run li set-responsive-options before running this command.'
};