-
Notifications
You must be signed in to change notification settings - Fork 45
provide usable bower version of angular-hint #55
Comments
You don't need to use requirejs. You have to include the angular-hint.js from the dist/ folder, that's all. |
I searched angular-hint with bower, installed it and there is no dist folder. How should I get angular-hint? bower, npm, tar.gz? |
I installed it from npm and that one has a dist folder. |
+1 |
👍 I like to add it to a rails project using rails-assets.org. |
+1 |
6 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
this! I just want to debug not build things! |
@Dennis-Janssen is correct, you should be including this from |
Why does angular provide a bower install but angular-hint does not? |
@SomeKittens not everyone uses npm. @TusharaFernando is correct, if angular themselves provide a bower version surely you could at least include a /dist version in this repository so that those of us using bower don't have to use two systems. |
While we use NPM and Bower, its confusing to have angular itself available in both but not angular-hint. Think maintainability with larger teams. Having to remember that, albeit small, difference adds to complexity... |
Just not all of us use npm/bower etc. so have to install a framework to make it work its an unnecessary effort, and will only take you 3 secs to compile and upload it to your rep, (we all win) |
Having the same issue as original poster:
And to confirm, there is no dist/ folder in either the npm or bower installed versions. |
@cmperez I have the same problem no dist/ folder in either the npm or bower installed versions |
@QuijoteShin
|
See if this works for you: https://github.com/welbornio/angular-hint-bower On Tue, Jun 23, 2015 at 3:39 PM, Nan notifications@github.com wrote:
|
@ouchxp delete ./node_modules do a" npm install" and then "npm run build". you will have a clean "node_modules" . it works for me it that way |
@QuijoteShin
|
@ouchxp better do that, its ready to use. but with node |
@welbornio @QuijoteShin I've added the hint.js and added ng-hint attribute, but it does not show any log message, any thoughts? Found it... #81 |
I know we should use requirejs, unfortunately we don't yet.
So trying to use angular-hint fails with:
Can you make it possible for people to use angular-hint without requirejs?
BTW: Shouldn't there be a dependency on angular-hint-log in the bower.json of angular-hint?
The text was updated successfully, but these errors were encountered: