-
Notifications
You must be signed in to change notification settings - Fork 202
Open
Labels
Description
Hey I've been fighting with the --css command line option because I thought it would take my CSS and put it in the generated folder. Instead of that if takes the file given in parameter and add a <link rel="stylesheet" href="/absolute/path/style.css" media="all">.
So this implies that moving the folder into a USB key for example will result in not having the extra css right ?
Is it the intended behaviour ?
PS: by the way thanks for this wonderful tool ;)