Questions tagged [webby]
16 questions
5
votes
2 answers
Changing the output directory of the resulting CSS file in Compass/Webby?
I want my resulting *.css file to land in the output/css directory instead of the stylesheets directory. How would I go about doing this?
I've already tried:
Compass.configuration do |config|
config.project_path = File.dirname(__FILE__)
…

leeand00
- 25,510
- 39
- 140
- 297
2
votes
2 answers
Setting Attributes in Webby Layouts
I'm working with Webby and am looking for some clarification. Can I define attributes like title or author in my layout?

Shazburg
- 123
- 2
1
vote
1 answer
Why WebServlets return 404 error when using Eclipse Webby plugin?
I needed to combine maven war overlays with debugging Dynamic Web Application in Eclipse, so I've installed m2e-webby plugin. When I run it in eclipse, static content (html files) are launching properly, but when I enter WebServlet adress it's…

denu
- 2,170
- 2
- 23
- 28
1
vote
1 answer
How to include metadata in a template file?
I have a system that filters template files through erb. Using convention over configuration, the output files get created in a file hierarchy that mirrors the input files. Many of the files have the same names, and I was able to use the…

slothbear
- 2,016
- 3
- 21
- 38
1
vote
1 answer
Capistrano cap deploy fails on ubuntu 10.10. Installed Ruby with RVM
I installed ruby 1.9.2 via RVM as well as the webby and capistrano gems. Webby doesn't work with 1.9.2 so I backed up to ruby 1.8.7 via RVM set it to default and webby is better.
When running cap deploy on this previously functioning site (for…

Ryan Cromwell
- 2,613
- 1
- 17
- 33
1
vote
1 answer
Xcp 2.1 Preview mode error
When I am trying to run the preview mode in Xcp 2.1 . I am getting the below error.
http://localhost:8888/Concordant_Insurance/reloadcontext?webby
HTTP ERROR 404 Problem accessing /Concordant_Insurance/reloadcontext.
Reason:
Not…

Nik
- 25
- 6
1
vote
3 answers
Generating a static website from a set of content data (possibly with webgen, webby or a similar toolkit)
My company (an engineering firm) is looking to redesign their website with some dynamic content. We have a nice portfolio of projects that we'd like to present on our site by category.
To elaborate, I'd like to have a "Projects Category" menu,…

Darel
- 640
- 1
- 7
- 26
1
vote
1 answer
How to get eclipse webby plugin to run webapp at root context
I recently changed from the eclipse m2e-wtp plugin to the webby plugin and I cannot get my webapp to run in the root context. I've tried in both embedded jetty and installed tomcat and the result is always the same.
In the tomcat plugin I have
…

digitaljoel
- 26,265
- 15
- 89
- 115
1
vote
1 answer
m2e-webby and provided dependencies with jetty
I have a maven project with some provided dependencies and I am trying to run the application with webby but it give me a java.lang.ClassNotFoundException exception.
In this link it says: "Webby allows to initialize a launch configuration from the…

gomes
- 225
- 2
- 11
0
votes
1 answer
Webby-Compass Integration - equivalent config.rb file?
In the Compass screencast at 23:08 Chris Eppstein starts editing a file called config.rb, in his pure Compass project. Chris uses this file to configure relative path names in his images using the img_url() function (which must be undocumented as I…

leeand00
- 25,510
- 39
- 140
- 297
0
votes
2 answers
Using blueprint.sass in Webby/Compass Integration
I'm following an article here:
http://gom-jabbar.org/articles/2009/02/04/don-t-use-css-or-table-layout-use-sass-ad-compass
more specifically the section entitled "Concrete Example of using
Compass and Sass for creating a layout that people…

leeand00
- 25,510
- 39
- 140
- 297
0
votes
4 answers
When using Webby/Compass Integration what directory do the *.sass files go in?
I just setup Webby/Compass integration.
(https://github.com/Compass/compass/wiki/webby-integration)
Where do I put my Compass/Sass source files, and in what directory do they get
output as stylesheets?

leeand00
- 25,510
- 39
- 140
- 297
0
votes
2 answers
Using the basepath filter to re-write URLs in Webby?
Basepath Filter Rewriting?
I'm trying to use the basepath filter in webby to rewrite all of the URLs in my project.
The documentation on the basepath filter for Webby is a little bit "light" concerning this, and there just simply isn't enough of it…

leeand00
- 25,510
- 39
- 140
- 297
0
votes
1 answer
Using Webby and Capistrano to Deploy
I have a very simple site using webby and capistrano. It is based off another site I help with, but in general I'm historically not a Linux or Ruby dude.
Current Cap deploy pulls from my git hub repo…

Ryan Cromwell
- 2,613
- 1
- 17
- 33
0
votes
1 answer
Page displays true after running command: 'webby'
I'm running though the webby tutorial and I get to the part where you run the webby command for the first time to generate the website in the /output directory.
I do that, and next I'm told to open output/index.html. I do so, and the only thing…

leeand00
- 25,510
- 39
- 140
- 297