cloudfour / drizzle

A streamlined tool for developing, documenting and presenting UI pattern libraries.
https://cloudfour.com/thinks/introducing-drizzle/
MIT License
666 stars 32 forks source link

WIP attempt to use simpler gh-pages package #73

Closed erikjung closed 8 years ago

erikjung commented 8 years ago

@tylersticka FYI, this is what I attempted earlier.

If you could try this and confirm my sanity:

  1. Pull this branch
  2. Run npm start
  3. Are your asset paths broken when viewing http://localhost:3000 ?
erikjung commented 8 years ago

Thought it might be that cdw typo, but no, same results after fixing it and running gulp --dev:

screen shot 2016-06-08 at 11 43 56 am

Might need to examine {{baseurl}} a bit.

tylersticka commented 8 years ago

I'll give it a whirl!

tylersticka commented 8 years ago

@erikjung I can replicate this issue. If you view the page source, every path (including href attributes) has dist/ prepended.

erikjung commented 8 years ago

@tylersticka Interesting, isn't it? Since the demo task doesn't even need to be executed.