You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for Starter Templates using the jigsaw init command, along with Tighten-designed templates for a blog and a documentation site. See the documentation for details.
A whole slew of performance- and memory-related improvements (PR #260), which should be particularly valuable to very large Jigsaw sites. Caching has been added by using the -c flag when running jigsaw build
Improvements to the console display during the build process. Progress bars can be displayed using the verbose flag -v on the jigsaw build command, and output can be silenced entirely with the -q flag.
Update Laravel Mix and Webpack to 4.0 versions, and updated the tasks/build.js to improve handling of the npm run watch command
Removed Laravel Elixir support for new sites, and removed the jigsaw use command; the elixir helper remains for backwards compatibility.
Improved handling of international and special characters in path slugs (PR #277, thanks @bhulsman !)
Added a confirmation warning when building a site to a custom destination (PR #279, great work @mattisbones !)