Skip to content

Commit

Permalink
Update Eleventy (2.0) and other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcamos committed Feb 18, 2023
1 parent 97f0f0f commit cc8e51a
Show file tree
Hide file tree
Showing 3 changed files with 741 additions and 2,854 deletions.
5 changes: 3 additions & 2 deletions .eleventy.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
const { execSync } = require("child_process");

module.exports = function(eleventyConfig) {
eleventyConfig.setUseGitIgnore(false);
eleventyConfig.addWatchTarget('./src/css/tailwind.css');
eleventyConfig.addPassthroughCopy('./src/img');
eleventyConfig.setServerOptions({
watch: ['./public/css/styles.css']
});

return {
htmlTemplateEngine: "njk",
Expand Down
Loading

0 comments on commit cc8e51a

Please sign in to comment.