Commit c1f9edc9 authored by Thibaut Frain's avatar Thibaut Frain

node_modules parent directory is now officejs

parent ea8928d2
......@@ -2,10 +2,10 @@
VERSION = 1.9.0
NAME = officejs
JSLINT = /home/romain/devel/nowm/gidzit/node_modules/.bin/jslint
LESSC = /home/romain/devel/nowm/gidzit/node_modules/.bin/lessc
UGLIFYJS = ~/node_modules/.bin/uglifyjs
JISON = /home/romain/devel/nowm/gidzit/node_modules/.bin/jison
PHANTOMJS = xvfb-run phantomjs
MINIFY = ~/node_modules/.bin/minify
JSLINT = ./node_modules/.bin/jslint
LESSC = ./node_modules/.bin/lessc
UGLIFYJS = ./minify/node_modules/.bin/uglifyjs
JISON = ./node_modules/.bin/jison
PHANTOMJS = ./node_modules/.bin/phantomjs
MINIFY = ./node_modules/.bin/minify
PYTHON = /usr/bin/python2
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment