mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-15 08:55:07 +01:00
fix scss compilation task
This commit is contained in:
parent
d549204ef1
commit
205ef8fdcc
2 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
const sass = require('node-sass');
|
||||
|
||||
/* global module:false */
|
||||
module.exports = function(grunt) {
|
||||
var port = grunt.option('port') || 8000;
|
||||
|
|
@ -35,6 +37,9 @@ module.exports = function(grunt) {
|
|||
},
|
||||
|
||||
sass: {
|
||||
options: {
|
||||
implementation: sass,
|
||||
},
|
||||
core: {
|
||||
src: 'css/reveal.scss',
|
||||
dest: 'css/reveal.css'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue