1.0.4 • Published 3 years ago

grunt-search-duplicate-ng-factories v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

grunt-search-duplicate-ng-factories

This is a Grunt plugin that searches a list of files for duplicate factory names, if it founds any duplicate match it will fail the build

Installation

In your project folder, run the following command:

npm install grunt-search-duplicate-ng-factories --save-dev

Once the plugin has been installed, you need to add this line of JS to your gruntfile:

grunt.loadNpmTasks('grunt-search-duplicate-ng-factories');
grunt.registerTask('default', ['searchDuplicateNgFactories']);

Usage examples

grunt.initConfig({
    searchDuplicateNgFactories: {
        default: {
            files: {
                src: "test/**"
            }
        }
    },
});

Note : Submit feature requests & issues here https://github.com/ravichandra480/grunt-search-duplicate-ng-factories/issues

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago