grails asset-pipeline not accessing web-app/* files
up vote
0
down vote
favorite
I'm using "Grails-2.4.4" and I've added
compile "org.grails.plugins:asset-pipeline:2.14.1.1"
plugin to give support for dynamic assets loading on my web page.
I've all(js,css) resources available in the web-app folder itself.
Now I've created application.js file in "assets/images/javascripts" folder.
From this file I'm trying to access all existing files from web-app folder, something like below,
//=require_full_tree ../../../web-app/js
But it is not working.
Can someone suggest the best way to handle this situation?
grails asset-pipeline
add a comment |
up vote
0
down vote
favorite
I'm using "Grails-2.4.4" and I've added
compile "org.grails.plugins:asset-pipeline:2.14.1.1"
plugin to give support for dynamic assets loading on my web page.
I've all(js,css) resources available in the web-app folder itself.
Now I've created application.js file in "assets/images/javascripts" folder.
From this file I'm trying to access all existing files from web-app folder, something like below,
//=require_full_tree ../../../web-app/js
But it is not working.
Can someone suggest the best way to handle this situation?
grails asset-pipeline
Is it mandatory to keep all my assets in "grails-app/assets" folder?
– suresh goud
Nov 8 at 10:11
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm using "Grails-2.4.4" and I've added
compile "org.grails.plugins:asset-pipeline:2.14.1.1"
plugin to give support for dynamic assets loading on my web page.
I've all(js,css) resources available in the web-app folder itself.
Now I've created application.js file in "assets/images/javascripts" folder.
From this file I'm trying to access all existing files from web-app folder, something like below,
//=require_full_tree ../../../web-app/js
But it is not working.
Can someone suggest the best way to handle this situation?
grails asset-pipeline
I'm using "Grails-2.4.4" and I've added
compile "org.grails.plugins:asset-pipeline:2.14.1.1"
plugin to give support for dynamic assets loading on my web page.
I've all(js,css) resources available in the web-app folder itself.
Now I've created application.js file in "assets/images/javascripts" folder.
From this file I'm trying to access all existing files from web-app folder, something like below,
//=require_full_tree ../../../web-app/js
But it is not working.
Can someone suggest the best way to handle this situation?
grails asset-pipeline
grails asset-pipeline
asked Nov 8 at 8:21
suresh goud
16412
16412
Is it mandatory to keep all my assets in "grails-app/assets" folder?
– suresh goud
Nov 8 at 10:11
add a comment |
Is it mandatory to keep all my assets in "grails-app/assets" folder?
– suresh goud
Nov 8 at 10:11
Is it mandatory to keep all my assets in "grails-app/assets" folder?
– suresh goud
Nov 8 at 10:11
Is it mandatory to keep all my assets in "grails-app/assets" folder?
– suresh goud
Nov 8 at 10:11
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53203804%2fgrails-asset-pipeline-not-accessing-web-app-files%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Is it mandatory to keep all my assets in "grails-app/assets" folder?
– suresh goud
Nov 8 at 10:11