Skip to content

Commit

Permalink
[INFRA] make livereload work for changes in style (tailwindcss)
Browse files Browse the repository at this point in the history
  • Loading branch information
aibcmars committed Dec 2, 2020
1 parent 6082bba commit 1e0a75b
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 47 deletions.
180 changes: 137 additions & 43 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"docs": "node scripts/docs.js",
"start": "rollup -c --silent --environment devMode:true",
"watch": "rollup -cw --environment devLiveReloadMode:true",
"watch:css": "chokidar \"src/static/css/styles.css\" \"src/*.html\" --command \"npm run demo:css\" --verbose",
"lint": "tsc --noEmit && eslint \"*/**/*.{js,ts,tsx}\" NOTICE --quiet --fix",
"lint-check": "tsc --noEmit && eslint \"*/**/*.{js,ts,tsx}\" NOTICE --max-warnings 0",
"test": "run-s test:unit test:e2e",
Expand Down Expand Up @@ -91,6 +92,7 @@
"@typescript-eslint/parser": "^4.8.2",
"asciidoctor": "^2.2.0",
"autoprefixer": "^10.0.2",
"chokidar-cli": "^2.1.0",
"clipboardy": "^2.3.0",
"cross-env": "^7.0.2",
"cssnano": "^4.1.10",
Expand Down
Loading

0 comments on commit 1e0a75b

Please sign in to comment.