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

Warning: Task "wiredep" not found #155

Open
oxy-code opened this issue Sep 12, 2016 · 0 comments
Open

Warning: Task "wiredep" not found #155

oxy-code opened this issue Sep 12, 2016 · 0 comments

Comments

@oxy-code
Copy link

I'm a noobie using this grunt-wiredep and I tried to setup this from the scratch project structure. Here I posted my Gruntfile code. Please correct me if anything I'm wrong here. Thanks in advance

module.export = function(grunt){
    grunt.loadNpmTasks('grunt-wiredep');
    grunt.initConfig({
        wiredep: {
            app:{src: 'index.html'},
            task: {
                // Point to the files that should be updated when
                // you run `grunt wiredep`
                src: [
                  'bower-components/**/*.css',   // .html support...
                  'bower-components/**/*.js',   // .jade support...
                  //'app/styles/main.scss',  // .scss & .sass support...
                ],

                options: {
                  // See wiredep's configuration documentation for the options
                  // you may pass:
                  // https://github.com/taptapship/wiredep#configuration
                }
              }
        }

    })

};
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

1 participant