Remove "assets" prefix from "static" folder (#208)
This commit is contained in:
parent
6d8bffcfca
commit
20d9f3a080
34 changed files with 30 additions and 30 deletions
|
@ -4,7 +4,7 @@
|
|||
"description": "A [Hugo](https://gohugo.io/) theme for a personal portfolio with minimalist design and responsiveness.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"autoprefixer": "postcss static/assets/css/*/*.css --use autoprefixer -r --no-map"
|
||||
"autoprefixer": "postcss static/css/*/*.css --use autoprefixer -r --no-map"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue