tech5usa / TLSential

A server for providing short-lived TLS certificates to all services within a firewall restricted network.
GNU General Public License v3.0
15 stars 2 forks source link

Implement webpack compilation for scss with laravel mix #67

Closed KorvinSzanto closed 4 years ago

KorvinSzanto commented 4 years ago

This PR adds a webpack setup to compile scss. It uses laravel mix to compile the assets just to simplify the boilerplate that'd be required for webpack.

If you want to add new scss files to compile, just add another function call in the webpack.mix.js file:

mix.scss('from.scss', 'to.scss')

Mix can also manage vue or react components, js, typescript, and a ton of other stuff.