taylor1791 / arbiter-subpub

Matt Kruse's ArbiterJS as a node module
The Unlicense
2 stars 0 forks source link

jsHint or JSCS is linting library (fusioncharts) #2

Closed lawrence1949 closed 9 years ago

lawrence1949 commented 9 years ago

In my gulp file line 76: browser: [ 'app/*/.js', '!app/lib/**/_.js', '!app/_/.test.js' ]
This will exclude fusionchart from linting. But I lost it when I run the build task --- cyclops-crush.

If I remove the the library from this line: browser: [ 'app/*/.js', '!app/*/.test.js' ] It will be included when I ran cyclops-crush, but jsHint or JSCS is also linting the library, which makes the application extremely slow.

taylor1791 commented 9 years ago

Please open this on taylor1791/front-end-work-flow