comparison Gruntfile.js @ 332:74b849875a57

grunt: Some stuff that shouldn't have been commented out.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 11 Mar 2015 14:43:40 -0700
parents d19fbf3025e0
children 37f426e067c4
comparison
equal deleted inserted replaced
331:83df9086e723 332:74b849875a57
40 name: "js/wikked", 40 name: "js/wikked",
41 out: "wikked/static/js/wikked.min.js" 41 out: "wikked/static/js/wikked.min.js"
42 } 42 }
43 } 43 }
44 }, 44 },
45 /*imagemin: { 45 imagemin: {
46 all: { 46 all: {
47 files: [{ 47 files: [{
48 expand: true, 48 expand: true,
49 cwd: 'wikked/assets/', 49 cwd: 'wikked/assets/',
50 dest: 'wikked/static/', 50 dest: 'wikked/static/',
51 src: ['img/*.{png,jpg,gif}'] 51 src: ['img/*.{png,jpg,gif}']
52 }] 52 }]
53 } 53 }
54 },*/ 54 },
55 copy: { 55 copy: {
56 development: { 56 development: {
57 files: [ 57 files: [
58 //{expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['img/**']}, 58 //{expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['img/**']},
59 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/**']}, 59 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/**']},