Skip to content

Commit

Permalink
Merge pull request #13 from CastleCSS/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
dariusrosendahl committed Oct 9, 2017
2 parents 61bc6ea + c7bffc1 commit ce1a85c
Show file tree
Hide file tree
Showing 4 changed files with 944 additions and 614 deletions.
7 changes: 3 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ module.exports = function(grunt) {
postcss: {
dist: {
src: 'dist/css/styles.min.css'

},
options: {
// Rewrite and save sourcemap as seperate file
map: {
annotation: 'styles/'
inline: false
},
processors: [
// add fallbacks for rem units
Expand Down Expand Up @@ -60,7 +59,7 @@ module.exports = function(grunt) {
},
}
},

nunjucks: {
render: {
options: {
Expand Down Expand Up @@ -93,7 +92,7 @@ module.exports = function(grunt) {
server: './dist/'
}
}

}


Expand Down
Loading

0 comments on commit ce1a85c

Please sign in to comment.