mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 17:30:00 +00:00
Remove passthroughcopy
Parcel handles this work
This commit is contained in:
parent
893d9a8319
commit
260949b792
@ -38,8 +38,6 @@ module.exports = function(config) {
|
|||||||
console.log(post);
|
console.log(post);
|
||||||
});
|
});
|
||||||
|
|
||||||
config.addPassthroughCopy({ 'assets/css/': 'assets/css/' });
|
|
||||||
|
|
||||||
config.addShortcode('definitionFlag', (flag) => {
|
config.addShortcode('definitionFlag', (flag) => {
|
||||||
const cleanText = new Map([
|
const cleanText = new Map([
|
||||||
[
|
[
|
||||||
@ -178,7 +176,6 @@ module.exports = function(config) {
|
|||||||
},
|
},
|
||||||
templateFormats: ['njk', 'md'],
|
templateFormats: ['njk', 'md'],
|
||||||
htmlTemplateEngine: 'njk',
|
htmlTemplateEngine: 'njk',
|
||||||
markdownTemplateEngine: 'njk',
|
markdownTemplateEngine: 'njk'
|
||||||
passthroughFileCopy: true
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user