pc035860 / angular-highlightjs

AngularJS directive for syntax highlighting with highlight.js
http://pc035860.github.io/angular-highlightjs/example/
MIT License
294 stars 53 forks source link

Change Bower "main" path to work with wiredep #68

Closed will-stone closed 8 years ago

will-stone commented 8 years ago

The current path of "main": "./build/angular-highlightjs.js" in the bower.json file doesn't work with the Angular Yeoman generator (by that I mean: a very popular generator), and the wiredep task in the Grunt file is unable to inject the js script into the index.html file. Changing the path to "main": "build/angular-highlightjs.js" fixes this.

will-stone commented 8 years ago

Ignore me. Think I was running the tasks incorrectly.