ixkaito / frasco

Quick starter for Jekyll including full setup for Sass, PostCSS, Autoprefixer, stylelint, TypeScript, Webpack, ESLint, imagemin, Browsersync, etc.
https://ixkaito.github.io/frasco/
MIT License
131 stars 20 forks source link

Need option to switch between JS-Concat or Webpack #25

Closed boxdox closed 3 years ago

boxdox commented 6 years ago

I don't know why, but webpack doesn't seem to work for me. How can I use gulp-concat and gulp-uglify, instead of webpack. Instead, I want to just concat and uglify JS. Also, please add an option for UnCSS and UnJS.

ixkaito commented 6 years ago

I'll make some enhancement.

ixkaito commented 3 years ago

@boxdox Released v1.0.0 and removed gulp. Now Frasco uses npm-scripts to run tasks. Please have a try.