Last active
April 4, 2016 21:31
-
-
Save mhartington/60c6e3c622064c28df56b52148fae6a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env node | |
| var gulp = require('gulp'); | |
| var path = require('path'); | |
| var rootdir = process.argv[2]; | |
| require(path.join(rootdir, 'gulpfile.js')); | |
| gulp.start('sass'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment