Rareloop / lumberjack

Lumberjack is a powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code.
https://lumberjack.rareloop.com
MIT License
371 stars 34 forks source link

Incomplete theme #22

Open alicam opened 4 years ago

alicam commented 4 years ago

So this is a little weird to me.

You've built a great theme and it's clearly one of the most elegant implementations of Timber with Bedrock, etc... but the theme is incomplete.

For example, how do you suggest enqueueing js and css? Do you suggest webpack for building?

I can't see any of that in there, so there's a lot I still have to wire together myself.

So any recommendations on what you think works best with Lumberjack?!

A

adamtomat commented 4 years ago

Hi @alicam,

We decided that we didn't want Lumberjack to be opinionated about the frontend stack. Everybody does something different for various reasons and we didn't want to enforce any one way of doing frontend on people.

I'd recommend looking at using a frontend stack that fits the needs of your projects and that you are familiar with.

For example, someone has setup Laravel Mix on top of Lumberjack: https://github.com/hingeltd/wordpress-starter

Enqueueing JS and CSS would be handled in the same way as normal WordPress.

Hope this helps

alicam commented 4 years ago

Thanks Adam.

I'll accept and respect that.

And Laravel Mix is a goodie, so I'm excited to look at the starter theme you linked to there.

Cheers

A