grunt-jscpd
grunt-jscpd copied to clipboard
Grunt task for use jscpd
https://github.com/gruntjs/grunt/issues/1537#issuecomment-235324836 It causes error to a lot of apps where grunt-jscpd is installed
This line in your readme: // Gruntfile.js grunt.loadNpmTasks('grunt-jspcpd'); should changed to: // Gruntfile.js grunt.loadNpmTasks('grunt-jscpd'); Cause thats the name of your lib ;) Cheers.
Hello everyone i do't understand why we use grunt-jscpd .can anybody explain about this module because i very new to use this module .
Are you active?
Getting this: ``` Running "jscpd:javascript" (jscpd) task warn: File .cpd.yaml not found in current directory, or it is broken info: Files search time: duration=21275ms info: Scaning 464 files for duplicates......
Could you leave me a link in your Readme file: https://github.com/linslin/grunt-jscpd-reporter? Btw. how should we stay in contact. I realy like to know, if you gonna change the structure of...
Have you thought about having json as an output? Using xml2js you can conver the output to json. Something as simple as taking the data from var xml2js = require(...
"exclude" option is directory or files to ignore. Use exclude to ignore libraries in dev path.