Questions tagged [annotate-asset-pipeline]

The angular-annotate-asset-pipeline is an Asset Pipeline module that provides annotations for dependency injection to allow AngularJS JavaScript or CofeeScript files to be minified in Gradle and Grails projects.

The angular-annotate-asset-pipeline is an Asset Pipeline module that provides annotations for dependency injection to allow AngularJS JavaScript or CofeeScript files to be minified in Gradle and Grails projects.

GitHub: https://github.com/craigburke/angular-annotate-asset-pipeline

1 questions
2
votes
1 answer

angular-annotate-asset-pipeline not working at all in a Grails 2 project

I have a project in Grails 2.4.4 in which I also use AngularJS. I've decided to use the Asset Pipeline Plugin along with AngularJs Annotate Asset-Pipeline. The first one for processing, minifying, etc the static assets(js,css, etc) and the second…