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

Is the developer still here? #11

Open
linslin opened this issue Feb 7, 2015 · 1 comment
Open

Is the developer still here? #11

linslin opened this issue Feb 7, 2015 · 1 comment

Comments

@linslin
Copy link

linslin commented Feb 7, 2015

Are you active?

@linslin linslin changed the title Is the developer dead? Is the developer still here? Feb 13, 2015
@akinnee
Copy link

akinnee commented Mar 5, 2015

I think that's a no. I had better results registering my own task instead of using this task anyway. It's super simple. Just npm install --save-dev jscpd.

Example code:

    var jscpd = require('jscpd');

    grunt.registerTask('jscpd', function() {

        jscpd.prototype.run({
            path: './',
            files: 'app/**/*.js',
            exclude: [
                // examples, enter your own stuff
                // dirs
                '**/node_modules/**',
                '**/compiled/**',
                '**/vendor/**',
                // files
                '**/*_compiled.js'
            ],
            output: 'tests/_duplicates-report.xml'
        });

    });

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