Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone

I'm stuck in a problem. I've to include my all library plugins by using grails asset pipeline plugin.

Here is folder structure that I've must use

- grails-app
- assets
- lib
- flat-theme-2.0
- css
- img

Here is code that I've tried : application.css
<asset:stylesheet href="admin/application.css" xmlns:asset="#unknown">
/*
*=require_full_tree assets/flat-theme-2.0/css
*
*=require admin/fineuploader
*=require admin/custom-style
*/

Please help to short-out this problem.

Thanks
Ravi Kumar
Posted

1 solution

Since you have not explained your problem it's difficult to suggest anything other than, see http://bertramdev.github.io/asset-pipeline/[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900