We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I running 'make' in project but, this error bellow:
[root@dashboard html]# git clone https://github.com/VizGrimoire/VizGrimoireJS-lib.git Cloning into 'VizGrimoireJS-lib'... remote: Counting objects: 13577, done. remote: Total 13577 (delta 0), reused 0 (delta 0) Receiving objects: 100% (13577/13577), 22.54 MiB | 2.75 MiB/s, done. Resolving deltas: 100% (7965/7965), done.
[root@dashboard html]# cd VizGrimoireJS-lib/
[root@dashboard VizGrimoireJS-lib]# make echo vizgrimoire.core.js vizgrimoire.core.js echo vizgrimoire.deps.js vizgrimoire.deps.js echo vizgrimoire.js vizgrimoire.js JSHINT Checking ... vizgrimoire.core.js: line 10709, col 6, Unexpected ''.
1 error make: *** [jshint] Error 2 rm vizgrimoire.core.js vizgrimoire.deps.js
The text was updated successfully, but these errors were encountered:
Trying to reproduce in Ubuntu 14.04 (trusty):
(acs@bitboy) ~/devel $ git clone https://github.com/VizGrimoire/VizGrimoireJS-lib.git (acs@bitboy) ~/devel $ cd VizGrimoireJS-lib (acs@bitboy) (master u=) ~/devel/VizGrimoireJS-lib $ make .... JSHINT Checking ... #uglifyjs -o vizgrimoire.min.js -c --max-line-len vizgrimoire.js uglifyjs -o vizgrimoire.min.js vizgrimoire.js rm vizgrimoire.deps.css vizgrimoire.core.js vizgrimoire.core.css vizgrimoire.deps.js
I can not reproduce your error. In order to debug it, I recommend you to:
~/devel/VizGrimoireJS-lib/src $ jshint *.js
in order to detect the files which have jshint issues.
Sorry, something went wrong.
No branches or pull requests
I running 'make' in project but, this error bellow:
[root@dashboard html]# git clone https://github.com/VizGrimoire/VizGrimoireJS-lib.git
Cloning into 'VizGrimoireJS-lib'...
remote: Counting objects: 13577, done.
remote: Total 13577 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (13577/13577), 22.54 MiB | 2.75 MiB/s, done.
Resolving deltas: 100% (7965/7965), done.
[root@dashboard html]# cd VizGrimoireJS-lib/
[root@dashboard VizGrimoireJS-lib]# make
echo vizgrimoire.core.js
vizgrimoire.core.js
echo vizgrimoire.deps.js
vizgrimoire.deps.js
echo vizgrimoire.js
vizgrimoire.js
JSHINT Checking ...
vizgrimoire.core.js: line 10709, col 6, Unexpected ''.
1 error
make: *** [jshint] Error 2
rm vizgrimoire.core.js vizgrimoire.deps.js
The text was updated successfully, but these errors were encountered: