font-awesome-animation/grunt/cssmin.js
l-lin 1f221284e5 Big refactoring
* Folder reorganization
* Using myth to generate prefixes
* Change graphical charter
2014-04-16 23:54:21 +02:00

13 lines
252 B
JavaScript

module.exports = {
options: {
banner: '<%= yeoman.banner %>'
},
dist: {
files: {
'<%= yeoman.dist %>/font-awesome-animation.min.css': [
'<%= yeoman.dist %>/*.css'
]
}
}
};