laravel-streams / streams-core

Streams is an open-source web application engine for Laravel.
https://streams.dev
Other
170 stars 99 forks source link

temporary sass compile solution #729

Closed spektra2147 closed 3 years ago

spektra2147 commented 3 years ago

I noticed that scss files are not compiled. I used this solution temporarily for this.

RyanThompson commented 3 years ago

Hello! We have purposefully removed PHP compilation of SASS/SCSS and other compiled languages like Coffee Scripts.

I would like to implement a filter registry where you can add this functionality to your project simply by registering the filter with the asset manager.