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

grunt fails when angular-ui-mask added #424

Open
kundusandeepan opened this issue Apr 24, 2016 · 0 comments
Open

grunt fails when angular-ui-mask added #424

kundusandeepan opened this issue Apr 24, 2016 · 0 comments

Comments

@kundusandeepan
Copy link

kundusandeepan commented Apr 24, 2016

  • karma fails
  • reason the folder is not generated in build/vendor folder
  • reason :grunt-contrib-copy fails to identify the file.

Gruntfile.js

...
function filterForJS ( files ) {
    grunt.log.writeln(files); // doesnt outputs the filename for UI mask.
    return files.filter( function ( file ) {
      return file.match( /\.js$/ );
    });
  }
...

bower.rc

{
  "directory": "vendor"
}

bower.json

{
  "name": "ng-boilerplate",
  "version": "0.3.2",
  "devDependencies": {
    "angular": "~1.5",
    "angular-mocks": "~1.5",
    "bootstrap": "~3.3",
    "angular-bootstrap": "~1.3",
    "angular-ui-router": "~0.2",
    "angular-ui-mask": "^1.8.3"
  },
  "dependencies": {}
}

Library name: angular-ui-mask

@joshdmiller your input requested.
Community: any information on this highly appreciated.

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