Skip to content

Commit

Permalink
support auto pre-loading for js variants
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kellen committed May 6, 2014
1 parent 65a9c73 commit 2a382d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bin/gulp.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ var taskTree = require('../lib/taskTree');

var cli = new Liftoff({
name: 'gulp',
completions: require('../lib/completion')
completions: require('../lib/completion'),
extensions: require('interpret').extensions
});

cli.on('require', function(name) {
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@
"chalk": "^0.4.0",
"deprecated": "^0.0.1",
"gulp-util": "^2.2.0",
"liftoff": "^0.9.3",
"liftoff": "^0.10.0",
"orchestrator": "^0.3.0",
"pretty-hrtime": "^0.2.0",
"semver": "^2.2.1",
"tildify": "^0.2.0",
"vinyl-fs": "^0.1.3"
"vinyl-fs": "^0.1.3",
"interpret": "^0.3.2"
},
"devDependencies": {
"mocha": "^1.17.0",
Expand Down

0 comments on commit 2a382d2

Please sign in to comment.