font-awesome-animation/grunt/clean.js

14 lines
283 B
JavaScript
Raw Normal View History

module.exports = {
dist: {
files: [{
dot: true,
src: [
'<%= yeoman.build %>',
'<%= yeoman.dist %>/*',
'!<%= yeoman.dist %>/.git*'
]
}]
},
server: '<%= yeoman.build %>'
};