Skip to content

Instantly share code, notes, and snippets.

@Wilto
Created May 17, 2013 10:10
Show Gist options
  • Select an option

  • Save Wilto/5598218 to your computer and use it in GitHub Desktop.

Select an option

Save Wilto/5598218 to your computer and use it in GitHub Desktop.
Grunticon.
module.exports = function(grunt) {
// Grunticon
grunt.loadNpmTasks('grunt-grunticon');
// Project configuration.
grunt.initConfig({
[ … ]
grunticon: {
options: {
src: "_tmpl/_css/_img-source/global/",
dest: "_dist/_css/_icons/"
}
}
});
// Default task.
grunt.registerTask('default', ['grunticon']);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment