add npm to linux dependencies update npm dependencies to inlcude js-beautify. emacs.d bump for jsmode stuff

This commit is contained in:
Ivan Malison 2014-10-16 16:58:24 -07:00
parent 36fb94e30a
commit 9b2730e031
3 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit aa9d29fd344f3c647c6990fd05477c3bc930e16e
Subproject commit 8c5f224f709b5680145616e3acaca86328b22bb2

View File

@ -1 +1,2 @@
npm install http-server
npm -g install http-server
npm -g install js-beautify

View File

@ -10,7 +10,7 @@ def all(ctx):
linux_pacakges = ('zsh', 'tmux', 'emacs24-nox', 'nmap', 'scala', 'default-jdk',
'default-jre', 'python-virtualenv', 'htop', 'netcat', 'wget',
'zlib1g-dev', 'libxml2-dev', 'libxslt1-dev', 'python-dev',
'libncurses5-dev')
'libncurses5-dev', 'npm')
@ctask
def apt_get(ctx):
install_command = 'sudo apt-get -y install'