mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-28 06:21:32 +08:00
1f221284e5
* Folder reorganization * Using myth to generate prefixes * Change graphical charter
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 %>'
|
|
}
|
|
}
|
|
};
|