codenamezjames / angular-static-include

Angular directive to include files "staticly" E.G. without creating a new child scope. thanks to this SO question http://stackoverflow.com/questions/12393703/how-to-include-one-partials-into-other-without-creating-a-new-scope
MIT License
12 stars 3 forks source link

Throwing error on grunt build #4

Closed vectorderivative closed 9 years ago

vectorderivative commented 9 years ago

bower angular-static-include#~2.0.1 mismatch Version declared in the json (1.0.0) is different than the resolved one (2.0.1)

Pretty straight forward, the version in the json file should be updated along the actual version.

codenamezjames commented 9 years ago

I'm confused i don't require any version of angular in the bower json could you elaborate.

vectorderivative commented 9 years ago

Yeah, sorry. The bower.json needs the version property to be the same as the corresponding release. Right now, every version on the repository has a bower.json with the version set to 1.0 This mismatch makes grunt to throw that error.

codenamezjames commented 9 years ago

Ahh thanks i updated the version. To 2.0.1 :-)