Skip to content

Instantly share code, notes, and snippets.

@mhartington
Last active April 4, 2016 21:31
Show Gist options
  • Save mhartington/60c6e3c622064c28df56b52148fae6a6 to your computer and use it in GitHub Desktop.
Save mhartington/60c6e3c622064c28df56b52148fae6a6 to your computer and use it in GitHub Desktop.
#!/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