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

angular.min.js and angular-animate.min.js are not included #100

Open
Danieler opened this issue May 26, 2016 · 5 comments
Open

angular.min.js and angular-animate.min.js are not included #100

Danieler opened this issue May 26, 2016 · 5 comments

Comments

@Danieler
Copy link

the angular.min.js and angular-animate.min.js are not included in the generated folder
var gulpDocs = require('gulp-ngdocs'),
gulp = require('gulp');

       gulp.task('ngdocs', [], function () {

return gulp.src('app/**/*.js')
    .pipe(gulpDocs.process())
    .pipe(gulp.dest('./docs'));
 });
@mohammadwali
Copy link

Any update on this ? :(

@jongunter
Copy link

jongunter commented Jul 27, 2016

This suddenly started happening to me today, after using this plugin without problems for months. I'm trying to figure out what change in my code triggered it.

@racon-am
Copy link

Any solution for this problem?

@huerlisi
Copy link

Could you test with the newest release, pls? I think this could be related to npm 3. Support for that was added in c96abaf and a new release has been made a couple days ago.

@andyperlitch
Copy link
Collaborator

Yes, I cut a new release which contains quite a few merged pull requests. @Danieler: for now, list the dep version as v0.2.13 in your package.json and keep using that version while the latest stabilizes. I'll do what I can on this project but I no longer use it in my projects and am busier than i like to admit to myself.

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

6 participants