aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorMiroslav Mocek <mocek.miroslav@gmail.com>2014-07-17 17:11:22 +0200
committerMiroslav Mocek <mocek.miroslav@gmail.com>2014-07-17 17:11:22 +0200
commitff5a3dc8c730de577e119997b9de2ff6289dfb28 (patch)
treecc7af785154f4eeac7ddb24a524c27a7c38f97d5 /Gruntfile.js
parent131c00689a4c7a18e5c991fc8102347e4594b5d4 (diff)
downloadfreenode-live-2017-presentation-ff5a3dc8c730de577e119997b9de2ff6289dfb28.tar
freenode-live-2017-presentation-ff5a3dc8c730de577e119997b9de2ff6289dfb28.tar.gz
removed ruby dependency.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 1baf966..bd5b74a 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -38,7 +38,7 @@ module.exports = function(grunt) {
},
sass: {
- main: {
+ dist: {
files: {
'css/theme/default.css': 'css/theme/source/default.scss',
'css/theme/beige.css': 'css/theme/source/beige.scss',
@@ -115,7 +115,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks( 'grunt-contrib-cssmin' );
grunt.loadNpmTasks( 'grunt-contrib-uglify' );
grunt.loadNpmTasks( 'grunt-contrib-watch' );
- grunt.loadNpmTasks( 'grunt-contrib-sass' );
+ grunt.loadNpmTasks( 'grunt-sass' );
grunt.loadNpmTasks( 'grunt-contrib-connect' );
grunt.loadNpmTasks( 'grunt-zip' );