mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-28 22:41:31 +08:00
14 lines
283 B
JavaScript
14 lines
283 B
JavaScript
|
module.exports = {
|
||
|
dist: {
|
||
|
files: [{
|
||
|
dot: true,
|
||
|
src: [
|
||
|
'<%= yeoman.build %>',
|
||
|
'<%= yeoman.dist %>/*',
|
||
|
'!<%= yeoman.dist %>/.git*'
|
||
|
]
|
||
|
}]
|
||
|
},
|
||
|
server: '<%= yeoman.build %>'
|
||
|
};
|