Skip to content

Instantly share code, notes, and snippets.

@muffinresearch
Created August 19, 2020 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muffinresearch/b7849f75a685fee6a3705d90121a1f77 to your computer and use it in GitHub Desktop.
Save muffinresearch/b7849f75a685fee6a3705d90121a1f77 to your computer and use it in GitHub Desktop.
11ty Package Json Excerpt
{
"sass": "sass --style=compressed --load-path=node_modules/foundation-sites/scss/ --load-path=node_modules/slick-carousel/slick/ _assets/css/styles.scss _assets/css/styles.css",
"uglify": "uglifyjs node_modules/jquery/dist/jquery.js node_modules/dompurify/dist/purify.js node_modules/velocity-animate/velocity.js node_modules/velocity-ui-pack/velocity.ui.js node_modules/slick-carousel/slick/slick.js _assets/js/tinypubsub.js _assets/js/breakpoints.js _assets/js/parallax.js _assets/js/parallaxFG.js _assets/js/inview.js _assets/js/youtubeplayer.js _assets/js/main.js -o _assets/js/bundle.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment