diff 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
line wrap: on
line diff
--- a/Gruntfile.js	Wed Jan 29 08:19:32 2014 -0800
+++ b/Gruntfile.js	Sat Feb 01 14:01:02 2014 -0800
@@ -75,7 +75,6 @@
       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: ['bootstrap/fonts/**']}
         ]
       }