From dcc1fdf36609d558c228170b3f61bbaa646b2ad6 Mon Sep 17 00:00:00 2001 From: Christophe Buffenoir Date: Tue, 25 Feb 2014 17:31:47 +0100 Subject: [PATCH] Add jshint --- install-debpkgs-graphic.sh | 5 ++++- install-debpkgs.sh | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/install-debpkgs-graphic.sh b/install-debpkgs-graphic.sh index f6f12fc..3e75a5a 100755 --- a/install-debpkgs-graphic.sh +++ b/install-debpkgs-graphic.sh @@ -26,4 +26,7 @@ apt-get install \ nginx-extras php5-fpm uwsgi uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-greenlet-python \ uwsgi-extra uwsgi-plugin-jvm-openjdk-6 \ numix-gtk-theme numix-kde-theme numix-icon-theme numix-icon-theme-circle numix-icon-theme-shine \ - numix-icon-theme-utouch coffeescript node-less + numix-icon-theme-utouch coffeescript node-less node node-cli node-backbone node-uglify npm +npm install -g jshint +npm install -g coffelint +ln -s /usr/bin/nodejs /usr/bin/node diff --git a/install-debpkgs.sh b/install-debpkgs.sh index 777f7cb..4785790 100755 --- a/install-debpkgs.sh +++ b/install-debpkgs.sh @@ -16,4 +16,7 @@ apt-get install \ synfig synfigstudio synfig-examples \ doxygen doxygen-latex doxypy doxyqml graphviz imagemagick \ nginx-extras php5-fpm uwsgi uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-greenlet-python \ - uwsgi-extra uwsgi-plugin-jvm-openjdk-6 coffeescript node-less + uwsgi-extra uwsgi-plugin-jvm-openjdk-6 coffeescript node-less node node-cli node-backbone node-uglify npm +npm install -g jshint +npm install -g coffeelint +ln -s /usr/bin/nodejs /usr/bin/node