mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-28 14:31:32 +08:00
14 lines
244 B
JavaScript
14 lines
244 B
JavaScript
|
module.exports = {
|
||
|
options: {
|
||
|
port: 9000,
|
||
|
hostname: '127.0.0.1',
|
||
|
livereload: 35729
|
||
|
},
|
||
|
livereload: {
|
||
|
options: {
|
||
|
open: true,
|
||
|
bases: '<%= yeoman.currentDir %>'
|
||
|
}
|
||
|
}
|
||
|
};
|