Mercurial > wikked
diff 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 |
line wrap: on
line diff
--- a/Gruntfile.js Fri Jan 10 23:12:10 2014 -0800 +++ b/Gruntfile.js Sun Jan 12 00:22:28 2014 -0800 @@ -74,6 +74,7 @@ production: { files: [ {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/require.js']}, + {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/pagedown/**']}, {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['font-awesome/font/**']} ] }