sage-installer
sage-installer copied to clipboard
Sage 9 installer
See: https://github.com/roots/sage/issues/1938
* [x] I've read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) * [x] This request isn't a duplicate of an existing issue * [x] I've read the [docs](https://roots.io/documentation/) and followed...
* [x] I've read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) * [x] This request isn't a duplicate of an existing issue * [x] I've read the [docs](https://roots.io/documentation/) and followed...
Follow up to #40 Tailwind 2 has two peer deps: 1. PostCSS 8 2. Autoprefixer 10 In reality, only the missing PostCSS dep will cause building to fail, but I...
This package depends on Laravel 5.6 which stopped receiving security updates. Updated dependency to Laravel 6.0, which will be supported with updates until September 3rd 2022. There is also a...
The addition of `webpack.config.preset.js` (roots/sage#2083 and roots/sage#2084) opens up a lot of opportunity for adding JS presets such as React and Vue since we have an easier way to override...
``` Local development URL of WP site [http://example.dev]: > Path to theme directory (e.g., /wp-content/themes/sage) [/app/themes/sage]: > ``` at this point we need to iterate the importance of these values...
Once install is complete you get the following prompt... Please run `yarn && yarn build` to compile your fresh scaffolding. ...and I blindly run that almost every time and get...
After running a fresh install of Sage with `composer create-project roots/sage project dev-master`, the postCreateProject interactive portion of the install process fails to execute anything. Here's my output: ``` troymcginnis@Troys-MacBook-Pro:themes$...
> I do wish you had an option for Material Design Lite as s CSS framework. Would save a lot of time, and it's arguably more popular than some that...