cam-technologies / time-booker

Web based time booking application, build using the MEEN stack. This application will allow users to manually enter work times in blocks of hours and minutes for each day of the week.
2 stars 7 forks source link

Update Node and Gulp dependancies #27

Closed chrislaughlin closed 10 years ago

martinmicunda commented 10 years ago

Just be carefull which dependencies you are updating.. I think the gh-pages and karma should not be updated as there are some issue with latest versions.

chrislaughlin commented 10 years ago

yeah I can see issues with karma, ill not update that.

martinmicunda commented 10 years ago

We should not update gulp-gh-pages plugins as the latest doesn't work. I have push pull request that we fix the build.

chrislaughlin commented 10 years ago

It passed the build

martinmicunda commented 10 years ago

yeah because for pull request we only run test and we are not publishing to gh-pages .. we are publishing for normal build when your merging pull request...

chrislaughlin commented 10 years ago

ah okay. Whats the process to run the full build locally so we can test changes like this.

martinmicunda commented 10 years ago

I don't think u need to run full build on your local env and even build script is customize for CI server. This is really small issue at should never happend till u don't update gulp-gh-pages (once they fix the issue in latest version we can update this plugin).