Is there a link to the latest 5.7 version of C5?
Permalink
Hi guys,
I'm writing a yeoman generator for C5, they idea is that it will grab the latest files and install them for you.
I've tried grabbing the files from the 5.7.x branch on Github from the /web folder, but these files seem to be uncompiled.
Is there anyway I can grab the latest compiled files, or a zip of the latest?
As it's a generator I need a persistent link that won't change, any help would be much appreciated, I've been trying to get it working for days now!
I'm writing a yeoman generator for C5, they idea is that it will grab the latest files and install them for you.
I've tried grabbing the files from the 5.7.x branch on Github from the /web folder, but these files seem to be uncompiled.
Is there anyway I can grab the latest compiled files, or a zip of the latest?
As it's a generator I need a persistent link that won't change, any help would be much appreciated, I've been trying to get it working for days now!
@dahliacreative
"Direct download link to latest stable"
https://www.concrete5.org/community/forums/5-7-discussion/direct-dow...
"Direct download link to latest stable"
https://www.concrete5.org/community/forums/5-7-discussion/direct-dow...
Hi, yeah, I ended up grabbing the files from github, then running composer and grunt to compile then copying the files over.
However now there is a link to that zip, I think I will change it as having pre compiled files should massively speed up the generator.
Thanks loads!
However now there is a link to that zip, I think I will change it as having pre compiled files should massively speed up the generator.
Thanks loads!
@mnkras maintains a installable build of the latest dev version at
http://c5.krasnow.me/
http://c5.krasnow.me/
At first you can download exe file, then make this file zip. This is the way to save your space.
The files on GitHub require Composer for downloading the dependencies and then a build process using Grunt.
This page includes a link to a ZIP file with a complete installable version of concrete5 5.7.5.7.
https://www.concrete5.org/download...
https://www.concrete5.org/download_file/-/view/88522/...
Will the Yeoman generator run the update script for new versions?