feat: Add hippie-script as dependency
Foundation to move all global JavaScript to the new repo.
This commit is contained in:
parent
e39d515b9e
commit
a3eb2250ab
4 changed files with 11 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ module.exports = function (eleventyConfig) {
|
|||
'node_modules/jquery/dist/jquery.min.js': 'vendor/jquery.min.js',
|
||||
'node_modules/jquery/dist/jquery.min.map': 'vendor/jquery.min.map'
|
||||
});
|
||||
// eleventyConfig.addPassthroughCopy({"node_modules/normalize.css/normalize.css": "vendor/normalize.css"});
|
||||
eleventyConfig.addPassthroughCopy({'node_modules/hippie-script/index.js': 'vendor/hippie-script.js'});
|
||||
|
||||
eleventyConfig.addWatchTarget('./source/style/');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue