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

12 lines
320 B
JavaScript

module.exports = {
options: {
stripBanners: true,
banner: '<%= yeoman.banner %>'
},
// Copy the source files with the banner in dist folder
bannerCSS: {
src: ['<%= yeoman.dist %>/font-awesome-animation.css'],
dest: '<%= yeoman.dist %>/font-awesome-animation.css'
}
};