Skip to content
New issue

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

commented line in generico_presets_amd.js breaks grunt #2

Closed
ewallah opened this issue Apr 7, 2016 · 2 comments
Closed

commented line in generico_presets_amd.js breaks grunt #2

ewallah opened this issue Apr 7, 2016 · 2 comments

Comments

@ewallah
Copy link

ewallah commented Apr 7, 2016

filter/generico/amd/src/generico_presets_amd.js
89 // controls['jquery'].checked = (presetdata[presetindex]['jquery'] && presetdata[presetindex]['jquery']!='0') ? true : false;
^ Line is too long.

filter/videoeasy/amd/src/videoeasy_presets_amd.js
86 // controls['jquery'].checked = (presetdata[presetindex]['jquery'] && presetdata[presetindex]['jquery']!='0') ? true : false;
^ Line is too long.

2 errors in 37 files
Warning: Task "jshint:amd" failed. Use --force to continue.

When I remove the commented lines, my grunt command works again like it should.

@justinhunt
Copy link
Owner

OK. I have done this. Thanks for the fix.

justinhunt pushed a commit to justinhunt/moodle-filter_videoeasy that referenced this issue Apr 7, 2016
@ewallah
Copy link
Author

ewallah commented Apr 8, 2016

THX

@ewallah ewallah closed this as completed Apr 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants