Tagged Questions
0
votes
1answer
42 views
Using “style='foo'” in jade to modify css related by pseudo-element “:before”
EDIT: I have tried to implement user1737909's advice. Using classes (i.e., .pie.size-{size}:BEFORE) instead of attribute selectors (i.e., .pie[data-value={size}]:BEFORE) has gotten me past the first ...
2
votes
1answer
107 views
in node.js, how to pass variables to :stylus filter from jade?
creating a variable within jade that I wish the stylus filter to use.
using #{var} does not appear to work. for example, this code:
- var color1 = 'blue'
stylus:
div
background-color ...
0
votes
1answer
62 views
in jade, cannot get style @font-face to work
from a working css file (generated by font-squirrel):
@font-face {
font-family: 'SnowTopCaps';
src: url('/fonts/snowtopcaps-webfont.eot');
src: url('/fonts/snowtopcaps-webfont.eot?#iefix') ...
0
votes
1answer
68 views
how to display 2 directory lists side by side in node.js express
scenario:
clients can upload to 2 directories
wanted result:
client can see the listings of both directories side by side
am newbie to these.
a couple of jquery listbox widgets to display the ...
1
vote
1answer
351 views
How to use Yeoman with Express/Jade/Stylus?
I recently found out about Yeoman and found it can be very useful in improving workflow. However, I noticed it seem to focus only on client side projects? ExpressJS is a popular framework that seems ...
0
votes
0answers
62 views
Compile Jade templates via its API with proper paths to external resources
I need to compile a set of Jade templates to static HTML files with Jade API from command line.
It works fine but I wonder if there a simple solution to make it set proper relative links to the ...
0
votes
1answer
373 views
dev environment for jade/haml, sass/stylus and coffee (maybe AMD) - nodejs
I've recently switched from jsfiddle to codepen.io - after a long look at all possiblities - and am enjoying it
I'd like to replicate a similar environment locally, building ideally ...
1
vote
1answer
241 views
Is it possible to use Stylus plugins with inline Stylus code embedded in a Jade file?
I want to be able to create a directory of web page scratch files, where each file is a self-contained page.
This is pretty easy with regular HTML/CSS/JS:
<head>
<style>
p {
...
3
votes
3answers
2k views
Expressjs not loading stylesheets on heroku, giving 500 error
I'm running an Expressjs installation on heroku, and it's not loading the stylesheets.
I hit ctrl+u and then click on the stylesheet link, and get this error:
TypeError: Object #<SendStream> ...
2
votes
2answers
1k views
Best “GUI” IDE when using Node with Jade/Stylus [closed]
So I come from a world of terminal windows and vi, and I created a site using Node.JS, Stylus, and Jade. The problem is now my girlfriend wants to help, however, all she has experience with is a ...
3
votes
5answers
4k views
OS X editor (or IDE) that is really good for “node.js” development?
I'm an old Emacs user - I've used it for about 10years now. When I switched to Mac I started to use Aquamacs, which is great in many ways.
But now most my development work involves Node.js/Express.js ...
