comparison Gruntfile.js @ 179:825d05a9ee67

Bundle `pagedown` scripts with the rest.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 01 Feb 2014 14:01:02 -0800
parents a24b8af2d4c3
children 1c25cb99859f
comparison
equal deleted inserted replaced
178:1e67c488240a 179:825d05a9ee67
73 ] 73 ]
74 }, 74 },
75 production: { 75 production: {
76 files: [ 76 files: [
77 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/require.js']}, 77 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/require.js']},
78 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/pagedown/**']},
79 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['bootstrap/fonts/**']} 78 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['bootstrap/fonts/**']}
80 ] 79 ]
81 } 80 }
82 }, 81 },
83 jshint: { 82 jshint: {