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:
Luc Perkins
2018-10-01 10:38:01 -10:00
committed by k8s-ci-robot
parent 32014f94b3
commit 4c2b56625c
25 changed files with 2728 additions and 975 deletions
+6
View File
@@ -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