October 01, 2023, 03:03:31 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
News:
Join us for a FREE Webinar this Thursday at
http://webinar.digitalsignage.com
Home
Help
Login
Register
MediaSignage support forum
»
community support
»
Open source Digital Signage
»
HTML Minifier StudioLite
« previous
next »
Print
Pages: [
1
]
Author
Topic: HTML Minifier StudioLite (Read 5034 times)
renzz17
Jr. Member
Posts: 20
Karma: +0/-0
HTML Minifier StudioLite
«
on:
June 30, 2016, 04:31:04 AM »
Hey,
I was wondering if there is a specific tool being used for the minifying of the HTML in the StudioLite web? Can't seem to find a proper one that actually converts all HTML, it's always removing some parts.
Thanks in advance!
Logged
admin
Administrator
Hero Member
Posts: 5181
Karma: +36/-8
Re: HTML Minifier StudioLite
«
Reply #1 on:
June 30, 2016, 05:31:19 PM »
we use the gulp minify plugin but any will do...
Logged
renzz17
Jr. Member
Posts: 20
Karma: +0/-0
Re: HTML Minifier StudioLite
«
Reply #2 on:
July 01, 2016, 02:01:30 AM »
Thanks!
Can I somehow install all required packages for gulp? I'm trying to run the gulp task: "_minifyHtml" in the gulpfile.js. When i try to install all the gulp dependicies and run the task, I get stuck on gulp-ts-abstracts-gen.
Logged
admin
Administrator
Hero Member
Posts: 5181
Karma: +36/-8
Re: HTML Minifier StudioLite
«
Reply #3 on:
July 01, 2016, 06:03:19 AM »
honestly minifcation is pointless as all servers today (apache, node etc) use gzip anyways to reduce download times, so I would just remove that from the production build process anyhow.
Logged
Print
Pages: [
1
]
« previous
next »
MediaSignage support forum
»
community support
»
Open source Digital Signage
»
HTML Minifier StudioLite