-
Notifications
You must be signed in to change notification settings - Fork 175
No js files in npm package #135
Comments
Created a PR you can test it like so:
|
Strange, adding that line caused
But if I kept repeating the Yes, it produced .js files
BTW, "deprectable" is a strange word. Do you mean "deprecated"? If so, angular-intro.deprecated.js might be a better choice. It would keep the standard filename prefix for your module and make it easier to manage copying them around (it would also mimic the intent of the file, like "min" does). For instance, I copy select module files into a "thirdparty" directory rather than deploying my "node_modules" directory. If I needed that src js file, then your project would be the only npm module I have with files that aren't prefixed by the module name. My gulpfile contains lots of lines like this, and I'm sure they don't collide with each other in thirdparty/js:
|
Oops, I didn't mean to close this. You still need to commit the solution. |
so what is the fix? I tried using the any help appreciated, thanks. |
The pull request is merged so just waiting on the next release to go out so that it gets pushed to npmjs.org In the meantime - if the above didn't work, try the https version:
Or even without the #issue135 - since it's merged into master:
Then you will find the JS files in |
ah... |
I cant seem to get the example working... does this work with angular 1.5.8? I updated your plunker for that cdn version and it breaks as well |
nevermind... got things working, thanks |
I'm not as adept at github as you are, and those special references are causing problems for my build environment. Often I'm getting errors trying to fetch with npm. I did get a copy to come down though. I was using. I'm see the src/[deprectable]angular-intro.js file. |
When I install via npm, it only contains typescript files.
I saw your repository has: build/angular-intro.min.js
I'm using node, npm, gulp, I need the js files. Ideally both src and build.
The text was updated successfully, but these errors were encountered: