Skip to content

Commit f47429d

Browse files
committed
Ugh, fml
1 parent 5153768 commit f47429d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

config/grunt/sass.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// https://github.com/sindresorhus/grunt-sass
2+
const sass = require( 'sass' );
3+
4+
module.exports = {
5+
options: {
6+
implementation: sass,
7+
sourceMap: false,
8+
lineNumbers: false,
9+
outputStyle: 'expanded'
10+
}
11+
};

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ module.exports = function() {
55
var path = require( 'path' ),
66
project = {};
77

8-
project.sass = require( 'sass' );
9-
108
project.paths = {
119
config: 'config/',
1210
assets: 'assets/',

0 commit comments

Comments
 (0)