comparison Gruntfile.js @ 162:81e39ae8aef0

Fixed missing files from the Pypi package and the production build.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 12 Jan 2014 00:22:28 -0800
parents f307d4cdc3fb
children a24b8af2d4c3
comparison
equal deleted inserted replaced
161:f307d4cdc3fb 162:81e39ae8aef0
72 ] 72 ]
73 }, 73 },
74 production: { 74 production: {
75 files: [ 75 files: [
76 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/require.js']}, 76 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/require.js']},
77 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/pagedown/**']},
77 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['font-awesome/font/**']} 78 {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['font-awesome/font/**']}
78 ] 79 ]
79 } 80 }
80 }, 81 },
81 jshint: { 82 jshint: {