Skip to content

Commit

Permalink
remove icon from resources
Browse files Browse the repository at this point in the history
its in the theme already
  • Loading branch information
mortendk committed Apr 7, 2023
1 parent f792e94 commit 69d728c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "saga11",
"version": "0.7.8beta",
"version": "0.7.9beta",
"description": "Website builder based on 11ty & netlifycms",
"main": "eleventy.config.js",
"scripts": {
"start": "npx netlify-cms-proxy-server & npm run watch",
"cleanup": "rm -rf _site",
"watch": "npx @11ty/eleventy --serve --quiet & npm run tw:watch",
"build": "npm run tw:build && npm run 11ty:build",
"11ty:build": "ELEVENTY_ENV=prod eleventy",
"11ty:debug": "ELEVENTY_ENV=prod DEBUG=* eleventy",
"watch": "npx @11ty/eleventy --serve --quiet & npm run tw:watch",
"tw:build": "npx tailwindcss -c src/themes/grunn/tailwind.config.js -i src/themes/grunn/tailwind/tailwind.css -o src/themes/grunn/assets/css/style.min.css --minify",
"tw:watch": "npx tailwindcss -c src/themes/grunn/tailwind.config.js -i src/themes/grunn/tailwind/tailwind.css -o src/themes/grunn/assets/css/style.css --watch",
"cleanup": "rm -rf _site",
"upgrade": "npm install @11ty/eleventy@latest & npm update & npm install -D tailwindcss@latest & npm install -D @tailwindcss/typography@latest & npm install -D @tailwindcss/forms@latest"
},
"keywords": [],
Expand Down
5 changes: 0 additions & 5 deletions resources/logo/saga11-ident.svg

This file was deleted.

0 comments on commit 69d728c

Please sign in to comment.