Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmruz Hossain <hossainemruz@gmail.com>2021-01-03 21:40:26 +0300
committerGitHub <noreply@github.com>2021-01-03 21:40:26 +0300
commit20d9f3a080947937c41f15ce446fc2ec9bc91629 (patch)
tree584616110ac2520cd27c39c4276fc4b68323dfe0 /package.json
parent6d8bffcfca876e55027df01b61ced0f3662b5647 (diff)
Remove "assets" prefix from "static" folder (#208)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7abfad5..72644f0 100644
--- a/package.json
+++ b/package.json
@@ -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",