Merge pull request #11 from vorthess/master

Fixed hardcoded path in glob copy, blocking assets after eject
This commit is contained in:
Maxime GRIS
2017-05-03 17:27:22 +02:00
committed by GitHub

View File

@@ -36,7 +36,7 @@ function getPlugins() {
"favicon.ico" "favicon.ico"
], ],
"globOptions": { "globOptions": {
"cwd": "C:\\_PROJECTS\\_PERSO\\angular-electron\\src", "cwd": process.cwd() + "/src",
"dot": true, "dot": true,
"ignore": "**/.gitkeep" "ignore": "**/.gitkeep"
} }