Skip to content

Commit

Permalink
Added default configuration values to the grunfileConfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
johngully committed Oct 12, 2015
1 parent 0154cd4 commit d64b471
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion gruntfileConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
"src": "./src",
"assets": "./src/assets",
"theme": "./node_modules/patternpack-example-theme",
"cssPreprocessor": "sass",
"css": {
"preprocessor": "sass",
"fileName": "patterns",
"autoprefixer": {
"browsers": ["last 2 versions"]
}
},
"publish": {
"library": true,
"patterns": false
Expand Down

0 comments on commit d64b471

Please sign in to comment.