- Use
npm start
andnpm stop
.
- Add
npm-debug.log
to .gitignore. - Minor README updates.
- Use local gulp.
- Update development dependences.
- Wrap install script in function.
- Use
~/.vim/plugged.dev
for development mode.
- Use vim-plug suggested
[]
in.vimrc
.
- Fix issue where install script would fail when piped to shell.
- Replace NeoBundle with vim-plug.
- Remove and reinstall
~/.vim
before updating. - Update any NeoBundle style directives with Plug ones.
- Remove and reinstall
- Minor gulpfile optimizations.
- Replace gulp-shell with node exec.
Rerunning the install script is recommended.
- Use $HOME over ~.
- Improve switching between dev and nodev mode.
- Use XDG cache directory.
- Replace Vundle with NeoBundle.
- Remove and reinstall
~/.vim
before updating. - Update any Vundle style directives with NeoBundle ones.
- Remove and reinstall
- Initial release.