grunt server tasks added

This commit is contained in:
Лаврёнов Антон
2014-02-27 18:45:28 +08:00
parent aeecd2d200
commit ac2cb3c7ea
4 changed files with 28 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
console.log('Do not use this way, use grunt server (with watch functionality) instead.');
var connect = require('connect');
connect.createServer(
connect.static(__dirname)