- A beginner's guide to Grunt · Matt Bailey
- Project Scaffolding - Grunt: The JavaScript Task Runner
- Getting started - Grunt: The JavaScript Task Runner
- javascript - grunt server can't be connected <gruntjs> - Stack Overflow
grunt.initConfig({
connect: {
target:{
options: {
port: 9001,
keepalive: true
}
}
}
});
No comments:
Post a Comment