Temporarily remove Hugo Pipes Sass conversion (#10373)
* Add new Sass generation system * Remove resources folder * Add develop Sass command and sourcemaps * Add Hugo version shortcode for use in docs * Add OWNERS file to ./sass folder
This commit is contained in:
committed by
k8s-ci-robot
parent
32014f94b3
commit
4c2b56625c
@@ -24,6 +24,12 @@ production-build: build check-headers-file ## Build the production site and ensu
|
||||
non-production-build: ## Build the non-production site, which adds noindex headers to prevent indexing
|
||||
hugo --enableGitInfo
|
||||
|
||||
sass-build:
|
||||
scripts/sass.sh build
|
||||
|
||||
sass-develop:
|
||||
scripts/sass.sh develop
|
||||
|
||||
serve: ## Boot the development server.
|
||||
hugo server --ignoreCache --disableFastRender
|
||||
|
||||
|
||||
Reference in New Issue
Block a user