Last active
August 3, 2022 15:58
-
-
Save existentialmutt/a9a6b3d07f11e44a2b14ee60c6321fb9 to your computer and use it in GitHub Desktop.
Revisions
-
existentialmutt revised this gist
Aug 3, 2022 . No changes.There are no files selected for viewing
-
existentialmutt revised this gist
Aug 3, 2022 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ import "my-gem" -
existentialmutt created this gist
Aug 3, 2022 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ require("esbuild").build({ //... nodePaths: [process.env.NODE_PATH] }).catch(() => process.exit(1)); This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ //... "scripts": { "build": "NODE_PATH=$(bundle show --paths my-gem)/app/javascript node esbuild.config.js" }