Skip to content

Commit

Permalink
Doc improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Dec 9, 2014
1 parent d4444b5 commit e80eea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ app.get('/table.json', function(req, res){
var exec = require('exec');
app.post('/compile.json', function(req, res){
var modules = req.body.join(':');
return exec('gulp build-module --env ' + modules, function (error, stdout, stderr) {
return exec('node_modules/gulp/bin/gulp.js build-module --env ' + modules, function (error, stdout, stderr) {
res.json({'success': true });
});
});
Expand Down

0 comments on commit e80eea3

Please sign in to comment.