This commit is contained in:
Pierre Rudloff 2015-04-13 00:53:05 +02:00
parent eb782a6277
commit 7d12ae6907

View file

@ -1,7 +1,8 @@
/*jslint node: true */
module.exports = function (grunt) {
'use strict';
grunt.initConfig({
grunt.initConfig(
{
uglify: {
combine: {
files: {
@ -37,7 +38,8 @@ module.exports = function (grunt) {
src: ['Gruntfile.js']
}
}
});
}
);
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-cssmin');