dxw / whippet-theme-template

This repo holds the template for a Whippet-enabled theme.
2 stars 1 forks source link

Consider moving built assets into `assets/` #24

Closed mallorydxw closed 8 years ago

mallorydxw commented 8 years ago
My suggestion would be to have sass in a 'source' directory, compiling into an 'assets' directory, or maybe:

- assets
  - source
    - scss
    - js
  - css
  - js

https://dxw.slack.com/archives/wordpress-developers/p1463063125000328

I might swap that around though and make:

- assets
    - scss
    - js
    - build
        - ...

Because that'll mean less typing.

mallorydxw commented 8 years ago

See #41