dsrkafuu / hugo-theme-fuji

A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。
https://github.dsrkafuu.net/hugo-theme-fuji/
Apache License 2.0
368 stars 98 forks source link

Is the master branch building? #50

Closed hjiawei closed 4 years ago

hjiawei commented 4 years ago

I got the following errors when building the latest master. No gulp scripts to build source after recent changes?

$ cross-env NODE_ENV=production npm run compile npm ERR! missing script: compile

dsrkafuu commented 4 years ago

Since Hugo Pipes is so well established, we no longer use a slow gulp to build SCSS and JavaScript files. If you overwrite or modify the SCSS/JS files yourself, please use the extended version of Hugo to build the site directly.

Removing project: https://github.com/amzrk2/hugo-theme-fuji/projects/1

hjiawei commented 4 years ago

Oh. I see. Thank you for your clarification.