joomla / framework.joomla.org

Application powering the internet home of the Joomla! Framework
https://framework.joomla.org
GNU General Public License v2.0
37 stars 28 forks source link

Gruntfile for compiling assets #12

Closed mbabker closed 7 years ago

mbabker commented 7 years ago

Do things the right way. Set up the asset compilation to use NPM/Grunt versus having everything checked into the repo and needing to use whatever random compiler is installed on someone's system.

dgrammatiko commented 7 years ago

@mbabker is there any custom css/less code or plain bootstrap 3.3.7? I will make a script to automate those tasks

mbabker commented 7 years ago

https://github.com/joomla/framework.joomla.org/blob/master/build/less/template.less is everything going into the CSS. And aside from that smooth scroll stuff, the site's JS free.

dgrammatiko commented 7 years ago

OK, I'll add the height equaliser inline script to a file and then concatenate them (automatically) so also no inline scripts... Let me find that repo first 😃

dgrammatiko commented 7 years ago

@mbabker check #13