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

showdown.js should be in too of bower folder #19

Open
ralyodio opened this issue May 19, 2014 · 2 comments
Open

showdown.js should be in too of bower folder #19

ralyodio opened this issue May 19, 2014 · 2 comments

Comments

@ralyodio
Copy link

Running "bower-install:app" (bower-install) task

showdown was not injected in your file.
Please go take a look in "app/bower_components/showdown" for the file you need, then manually include it in your file.

@Morred
Copy link

Morred commented Jul 22, 2014

I got the same message.

@josephniet
Copy link

I think this is really an issue for Showdown to add bower support...but that repo isn't being maintained.

If you manually create a bower.json folder inside bower_components/showdown, and add the following you should be able to get it to auto-install:

{
  "name": "showdown",
  "version": "0.3.1",
  "main": "./compressed/showdown.js",
  "description": "Restful Resources service for AngularJS apps",
    "repository": {
        "type": "git",
        "url":  "https://github.com/coreyti/showdown.git",
        "web":  "https://github.com/coreyti/showdown"
    }
}

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

3 participants