-
Even in an empty project, `-minify -yui` doesn't work anymore (I'm assuming at some point it did):
```
>lime create project LimeProject
>cd LimeProject
>lime build html5 -minify -yui
[E…
-
I'm trying to disable html minification in production mode, but `minify: false` makes no effect. It makes me sad =(
```
mix.html({
htmlRoot: './src/*.html',
partialRoot: './src/partials',
l…
-
There's too many corner cases:
1. Franklin pings users about highlight.js while it's actually not needed at the start, also if users don't set it up properly they may get a different result locally…
-
I have a large block of static markdown text that later gets parsed by my javascript.
ie,
``````
**Test**
blah blah blah
---
```
// This is how to print to console:
conso…
-
```
I've studies the Minify builder a little, but couldn't make much of the way
the html is minified.
A nice way would be the following, where Minify would follow the config.
-
```
I've studies the Minify builder a little, but couldn't make much of the way
the html is minified.
A nice way would be the following, where Minify would follow the config.
-
Could you add in next feature possibility to enable HTML Minification ?
-
```
I've studies the Minify builder a little, but couldn't make much of the way
the html is minified.
A nice way would be the following, where Minify would follow the config.
-
Couldn't find any words that suggest that this engine handles LESS files, so i ask here - does it ?
or would it be easy to upgrade / integrate a LESS compiler ?
-
How does one go about disabling minifcation?
I am using this as part of a serverless testing project at my company. I would like to ability to at least view the resulting js code in the Lambda cons…