Skip to content

Commit

Permalink
Revert CSS file remove (if this is removed the dev server not working…
Browse files Browse the repository at this point in the history
… properly)
  • Loading branch information
adamlaki committed Mar 8, 2024
1 parent a5c4497 commit f4409a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,3 @@ $RECYCLE.BIN/

# Windows shortcuts
*.lnk

# CSS
/src/css/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"eleventy:build": "npx eleventy",
"js:lint": "npx eslint 'src/js/**'",
"js:fix": "npx eslint --fix 'src/js/**'",
"build": "npm-run-all dist:delete eleventy:build sass:compile",
"build": "npm-run-all dist:delete sass:compile eleventy:build",
"sass:watch": "sass --watch --update --load-path=node_modules --no-source-map --style=expanded src/scss:src/css",
"sass:fix": "stylelint src/scss/**/*.scss --fix",
"sass:lint": "stylelint src/scss/**/*.scss",
"sass:compile": "sass --load-path=node_modules --no-source-map --style=compressed src/scss:src/css",
"start": "npm-run-all --parallel eleventy:serve sass:watch"
"start": "npm-run-all --parallel sass:watch eleventy:serve"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
Expand Down

1 comment on commit f4409a0

@szepeviktor
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adamlaki 🇭🇺 Igen, ezek a szigorú dolgok csak akkor élhetőek,
ha a környezetek rám vannak bízva, és mindent a markomban tartom, monitorozom.

Please sign in to comment.