Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
thomastuts committed Nov 5, 2020
2 parents 6e90a89 + 4653b12 commit 77d257b
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions bedrock.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,30 +47,5 @@ module.exports = {
iconFontPath: "./content/scss/_icon-font.scss",
svgIconClassPrefix: 'o-svg-icon',
iconFontClassPrefix: 'if'
},
/**
* Pug config
* Unlikely that you need to change this
*/
pug: {
pretty: true,
basedir: "./content"
},
/**
* Prettify config
* Unlikely that you need to change this
*/
prettify: {
indentWithTabs: true,
preserveNewlines: true,
inline: '',
logSuccess: false,
indentSize: 2,
unformatted: ['pre', 'textarea'],
extraLiners: ['body']
},

express: {
port: 8000,
},
}
};

0 comments on commit 77d257b

Please sign in to comment.