Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
D-GENIES
Commits
dec70e86
Commit
dec70e86
authored
Apr 09, 2018
by
Floréal Cabanettes
Browse files
Fix minify scripts help
parent
ec886e3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
minify-css.sh
View file @
dec70e86
...
...
@@ -5,7 +5,7 @@ if [ ! $(which index.js) ] ; then
ERROR: minifier is not installed!
Install it through npm:
npm install minifier
npm install
--prefix ~
minifier
Then, add it to the PATH:
export PATH=
\$
PATH:~/node_modules/minifier
...
...
@@ -15,4 +15,4 @@ fi
cd
src/dgenies/static/css
index.js
-o
dgenies.min.css dgenies.css
\ No newline at end of file
index.js
-o
dgenies.min.css dgenies.css
minify-js.sh
View file @
dec70e86
...
...
@@ -7,7 +7,7 @@ if [ ! $(which babel.js) ] ; then
ERROR: babel is not installed!
Install it through npm:
npm install --save-dev babel-cli
npm install
--prefix ~
--save-dev babel-cli
Then, add it to the PATH:
export PATH=
\$
PATH:~/node_modules/babel-cli/bin
...
...
@@ -21,4 +21,4 @@ babel.js -o dgenies.min.js --compact --minified dgenies.js dgenies.prototypes.js
babel.js
-o
dgenies.result.min.js
--compact
--minified
dgenies.result.js dgenies.result.controls.js dgenies.result.export.js dgenies.result.summary.js d3.boxplot.js d3.boxplot.events.js d3.boxplot.mousetip.js d3.boxplot.zoom.js
babel.js
-o
jquery.fileupload.min.js
--compact
--minified
jquery.fileupload.js jquery.fileupload-process.js jquery.fileupload-validate.js
babel.js
-o
dgenies.run.min.js
--compact
--minified
dgenies.run.js
babel.js
-o
dgenies.status.min.js
--compact
--minified
dgenies.status.js
\ No newline at end of file
babel.js
-o
dgenies.status.min.js
--compact
--minified
dgenies.status.js
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment