Skip to content

Commit

Permalink
Merge 9ba269e into c9add76
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Jan 10, 2019
2 parents c9add76 + 9ba269e commit da5e9f2
Show file tree
Hide file tree
Showing 4 changed files with 2,047 additions and 1,592 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- "6"
- "8"

addons:
- chrome: stable
Expand Down
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
var sass = require('node-sass');

module.exports = function (grunt) {

var build = {
Expand Down Expand Up @@ -179,6 +181,7 @@ module.exports = function (grunt) {

sass: {
options: {
implementation: sass,
sourceMap: false
},
dist: {
Expand Down
Loading

0 comments on commit da5e9f2

Please sign in to comment.