Skip to content

Commit ce1a85c

Browse files
Merge pull request #13 from CastleCSS/develop
Develop
2 parents 61bc6ea + c7bffc1 commit ce1a85c

File tree

4 files changed

+944
-614
lines changed

4 files changed

+944
-614
lines changed

Gruntfile.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ module.exports = function(grunt) {
2424
postcss: {
2525
dist: {
2626
src: 'dist/css/styles.min.css'
27-
2827
},
2928
options: {
3029
// Rewrite and save sourcemap as seperate file
3130
map: {
32-
annotation: 'styles/'
31+
inline: false
3332
},
3433
processors: [
3534
// add fallbacks for rem units
@@ -60,7 +59,7 @@ module.exports = function(grunt) {
6059
},
6160
}
6261
},
63-
62+
6463
nunjucks: {
6564
render: {
6665
options: {
@@ -93,7 +92,7 @@ module.exports = function(grunt) {
9392
server: './dist/'
9493
}
9594
}
96-
95+
9796
}
9897

9998

0 commit comments

Comments
 (0)