Adds basic Laravel Mix support to SilverStripe CMS.
Supports hot module reloading
See ssmix/bootstrap-theme for an example theme using ssmix
See License
/themes/<my-theme-dir>/templates/SomeTemplate.ss
$mix("/js/my-js-file.js")
$mix("/css/my-css-file.css")
use function SSMix\mix;
class MyCustomController extends Controller
{
protected function init()
{
parent::init();
mix("/js/my-js-file.js");
mix("/css/my-css-file.css");
}
}
...to do
...to do
Bugs are tracked in the issues section of this repository. Before submitting an issue please read over
existing issues to ensure yours is unique.
If the issue does look like a new bug:
Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.
If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem