|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hello.
I want to build my oown simple application based on Webby for making prototypes of web-sies. I plan to use my custom CSS Framework and HAML. How I can change settings of this gem that use my css instead Blueprint CSS framework? And how can I use partials in Webby? Thanks for replies -- Posted via http://www.ruby-forum.com/. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
[Note: parts of this message were removed to make it a legal post.]
You might want to ask here instead: http://groups.google.com/group/webby-forum -Stephen On Fri, Jun 20, 2008 at 9:33 AM, Anton Komarov <komarov.anton@gmail.com> wrote: > Hello. > > I want to build my oown simple application based on Webby for making > prototypes of web-sies. > I plan to use my custom CSS Framework and HAML. > > How I can change settings of this gem that use my css instead Blueprint > CSS framework? > > And how can I use partials in Webby? > > Thanks for replies > -- > Posted via http://www.ruby-forum.com/. > > -- Stephen Duncan Jr www.stephenduncanjr.com |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
[Note: parts of this message were removed to make it a legal post.]
Anton; Webby sets up an application for you that, by default, contains the Blueprint css framework. You don't have to use it, though - just delete the folder, drop in your own css, and go from there. Using a partial works like so: filename: _partial.txt inside your file (in haml, since that's what you said you were using): div-class = render_partial('partial') You'll probably get better support over on the webby list, too, since that's what they're there for http://groups.google.com/group/webby-forum--TM On Fri, Jun 20, 2008 at 9:33 AM, Anton Komarov <komarov.anton@gmail.com> wrote: > Hello. > > I want to build my oown simple application based on Webby for making > prototypes of web-sies. > I plan to use my custom CSS Framework and HAML. > > How I can change settings of this gem that use my css instead Blueprint > CSS framework? > > And how can I use partials in Webby? > > Thanks for replies > -- > Posted via http://www.ruby-forum.com/. > > |
|
![]() |
| Outils de la discussion | |
|
|