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

10 lines
220 B
JavaScript

module.exports = {
options: {
sourcemap: true
},
dist: {
files: {
'<%= yeoman.dist %>/font-awesome-animation.css': '<%= yeoman.src %>/font-awesome-animation.css'
}
}
};