feat: Add hippie-script as dependency

Foundation to move all global JavaScript to the new repo.
This commit is contained in:
sthag 2025-11-02 17:18:12 +01:00
parent e39d515b9e
commit a3eb2250ab
4 changed files with 11 additions and 2 deletions

View file

@ -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/');