kalamuna / kalastatic

:electric_plug: Facilitate the front-end experience through Styleguides and Prototypes
https://kalamuna.github.io/kalastatic/
41 stars 14 forks source link

Fix multi source KSS situation. #16

Closed thiagodemellobueno closed 9 years ago

thiagodemellobueno commented 9 years ago
{
  "source": "styleguide",
  "destination": "build/styleguide",
  "template": "node_modules/kss-bootstrap/bootstrap",
  "css": "build/styleguide.css"
}

Currently the source key points to "styleguide" as opposed to say "src/styles/" Which takes the bootstrap kss nicely, but in fact leaves out all KSS documentation in the project itself.

is it possible that source be an array or sources?

@RobLoach, thoughts?

thiagodemellobueno commented 9 years ago

Aha! @RobLoach i was going to report it to node-kss, and alas here's your ticket https://github.com/kss-node/kss-node/issues/136 and it's been fixed!

Do we just need to update which version we're pulling in?

thiagodemellobueno commented 9 years ago

Self assigning this, need it today. Working on branch kssmultisrc

thiagodemellobueno commented 9 years ago

Oh, i see @RobLoach had fixed this using the symbolic link... so this was a bit of a non-issue.

Keeping this open though, and pull-requesting, since I applied the fix above in the kssmultisrc branch. There's also placeholder base stye documentation there that we should merge in anyhow.

andrewmallis commented 9 years ago

This issue has a distinct odor of genius.