-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor(scully dist files): move scully dist files into dist Due to a flake in typescript, we needed to move the dist files of scully outside of the scully's source folder * chore(move to dist cleanup): some small cleanups after moving scully bin into dist * refactor(outfolder rename to outdir): change to name outDir to be consistem with tsconfig * feat(postrender): postrender makes it possible to run additional render plugins on a given route
- Loading branch information
1 parent
2f6f0a1
commit 9980f5f
Showing
17 changed files
with
88 additions
and
2,437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"restartable": "rs", | ||
"ignore": [ | ||
".git", | ||
"./node_modules", | ||
"./projects", | ||
"./scully", | ||
"./blog" | ||
], | ||
"verbose": true, | ||
"execMap": { | ||
"js": "node" | ||
}, | ||
"events": { | ||
"restart": "osascript -e 'display notification \"App restarted due to:\n'$FILENAME'\" with title \"nodemon\"'" | ||
}, | ||
"watch": [ | ||
"dist/scully/" | ||
], | ||
"env": { | ||
"NODE_ENV": "development" | ||
}, | ||
"ext": "js" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.