Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

update dependencies #73

Merged
merged 2 commits into from
Jul 26, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const sass = require('node-sass');

module.exports = function(grunt)
{
grunt.initConfig({
Expand Down Expand Up @@ -57,6 +59,7 @@ module.exports = function(grunt)
},
sass: {
options: {
implementation: sass,
style: 'compact',
unixNewlines: true
},
Expand Down
Loading