diff Gruntfile.js @ 328:d19fbf3025e0

Remove Bootstrap, add Font-Awesome.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 25 Oct 2014 22:17:51 -0700
parents 1c25cb99859f
children 74b849875a57
line wrap: on
line diff
--- a/Gruntfile.js	Wed Oct 15 08:16:37 2014 -0700
+++ b/Gruntfile.js	Sat Oct 25 22:17:51 2014 -0700
@@ -42,7 +42,7 @@
         }
       }
     },
-    imagemin: {
+    /*imagemin: {
       all: {
         files: [{
               expand: true,
@@ -51,16 +51,15 @@
               src: ['img/*.{png,jpg,gif}']
         }]
       }
-    },
+    },*/
     copy: {
       development: {
         files: [
-          {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['img/**']},
+          //{expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['img/**']},
           {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/**']},
           {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['tpl/**']},
           {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['json/**']},
-          {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['bootstrap/js/*.js']},
-          {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['bootstrap/fonts/**']}
+          {expand: true, cwd: 'wikked/assets/font-awesome', dest: 'wikked/static/', src: ['fonts/**']}
         ]
       },
       dev_scripts: {
@@ -77,7 +76,7 @@
       production: {
         files: [
           {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['js/require.js']},
-          {expand: true, cwd: 'wikked/assets/', dest: 'wikked/static/', src: ['bootstrap/fonts/**']}
+          {expand: true, cwd: 'wikked/assets/font-awesome', dest: 'wikked/static/', src: ['fonts/**']}
         ]
       }
     },