planb
planb copied to clipboard
Local changes do not update the module itself
Hello again,
I'm on a Windows machine and absolutely newbie to npm and gulp (as I mentioned in a previous issue), so I would like to know if I'm doing something wrong, as I couldn't find anything related to this, over the net:
So, I cloned the project and verified that it's mainly functional, but when I tried to make some local changes, nothing seemed to actually change. I've tried all of the following (into the project's folder), after making my local changes:
npm install -g planband then runninggulp(default scope).npm install -g planband then runninggulp build.gulp(default scope) and thennpm install -g planb.gulp buildand thennpm install -g planb.
Nevertheless, nothing of the above seems to alert changes in my local project. I've read (and we also verified this together in #8) that there are generally some issues with these technologies, according to Windows, so I thought of asking this.
Do you have any idea?
Thodoris