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