font-awesome-animation/grunt/express.js

14 lines
244 B
JavaScript
Raw Normal View History

module.exports = {
options: {
port: 9000,
hostname: '127.0.0.1',
livereload: 35729
},
livereload: {
options: {
open: true,
bases: '<%= yeoman.currentDir %>'
}
}
};