schovi / webpack-chrome-extension

Moved and redesigned into https://github.com/schovi/create-chrome-extension
MIT License
167 stars 27 forks source link

Fix for running on windows #19

Closed jokerslab closed 8 years ago

jokerslab commented 8 years ago

Changed path separator in util/remove.js Added Dev-dependency on cross-env to allow npm run scripts to set Environment variables.

schovi commented 8 years ago

What about using dotenv https://www.npmjs.com/package/dotenv You can keep your env variables in one file just for you.

colthreepv commented 8 years ago

This PR works wonders by the way

schovi commented 8 years ago

Sorry, I totaly forgot on this PR. I tested it and it works ofcourse. Thanks @jokerslab for teaching me, that npm looks into node_modules/.bin/ first.