18F / marigold

An experimental set of reusable components and patterns for making websites and applications at 18F/TTS.
http://federalist.18f.gov.s3-website-us-east-1.amazonaws.com/site/18F/marigold/
Other
10 stars 6 forks source link

Add ability to reference component specific assets #21

Closed juliaelman closed 7 years ago

juliaelman commented 7 years ago

This pull requests resolves the issue of referencing component specific assets based off of the directory the component lives in, rather than the external CSS file. It updates the test toggle we have been using as an example.

I also added npm run clean so that we can remove the build directory with this one command. Also thinking we can leverage that command later down the road 😉

Fix #9

juliaelman commented 7 years ago

⚠️ Also note that this is downstream from #20 and that PR should be merged in first!