Security update for permissions_by_term
[yaffs-website] / gruntfile.js
index fdcdcf74f18ad735c3f7a6758c49e29e01c2588c..febd7a3aa4e3f37645343916c7a896354c39215f 100644 (file)
@@ -16,11 +16,26 @@ module.exports = function (grunt) {
         compass: {
             dev: {
                 options: {
-                    sassDir: 'custom-sass',
-                    cssDir: 'css',
-                    imagesPath: 'assets/img',
+                    environment: 'development',
+                    sassDir: 'web/themes/custom/yaffs/scss',
+                    cssDir: 'web/themes/custom/yaffs/css',
+                    imagesPath: 'images',
+                    fontsPath: 'fonts/font-awesome',
                     noLineComments: false,
-                    outputStyle: 'compressed'
+                    outputStyle: 'compact',
+                    debugInfo: true
+                }
+            },
+            prod: {
+                options: {
+                    environment: 'production',
+                    sassDir: 'web/themes/custom/yaffs/scss',
+                    cssDir: 'web/themes/custom/yaffs/css',
+                    imagesPath: 'images',
+                    noLineComments: false,
+                    outputStyle: 'compressed',
+                    debugInfo: false,
+
                 }
             }
         }