Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rake compileTpls error #7

Closed
theboyamostrar opened this issue May 29, 2012 · 1 comment
Closed

rake compileTpls error #7

theboyamostrar opened this issue May 29, 2012 · 1 comment

Comments

@theboyamostrar
Copy link

when i compiled the templates "rake compileTpls", in the stout watch:
Processing: /home/xxx/Downloads/presentaciones/Strut/client/src/ui/editor/res/templates
/home/xxx/Downloads/presentaciones/Strut/client/web/scripts/ui/editor/res/templates/../../Templates.js
rake aborted!
No such file or directory - /home/xxx/Downloads/presentaciones/Strut/client/web/scripts/ui/editor/res/templates/../../Templates.js
when i execute " grep -R "Templates.js" . ", in Slut/client directory say:
./Rakefile-dust:# -place them into Templates.js as:
./Rakefile-dust:# -place Templates.js into the plugin's
./Rakefile-dust: puts "#{dirname}/../../Templates.js"
./Rakefile-dust: File.open("#{dirname}/../../Templates.js", 'w') {|f|
./Rakefile: puts "#{destination}/../../Templates.js"
./Rakefile: File.open("#{destination}/../../Templates.js", 'w') {|f|
but the "templates" directory don't exist in
...Strut/client/web/scripts/ui/editor/res/
...Strut/client/web/scripts/ui/impress_renderer/res/
...Strut/client/web/scripts/ui/widgets/res/
and is required in the compilation because for example "puts "#{destination}/../../Templates.js" , require these directories

@tantaman
Copy link
Owner

@theboyamostrar That should fix it for you. Let me know if you have any other issues.

captaincole pushed a commit that referenced this issue Jan 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants