-
Notifications
You must be signed in to change notification settings - Fork 308
Conversation
It seems to minify everything. That would be perfect, but maybe a lower hanging fruit is to minify just the css and js files mentioned in #4262? |
hmmm ... the testing environment seems to be different with Dockerfile, I'm now trying to fix the build. |
We need tests for this, and also an envvar switch to turn it off in development. |
@whit537 I'm still trying to fix that error on CI, I didn't get it on my docker development environment lol ... |
There are one or two intermittent bugs that crop up on Travis but this doesn't like that them. Hmm ... 🤔 |
I do get failures locally:
|
Interesting! The test case passes in isolation:
|
Sike. Wrong command line. :-) |
Fails in isolation. 👍
|
@PeterDaveHello Yeah, the issue is that As to why this bug doesn't appear in your docker instance: what's the output of
|
@whit537 I got |
321e67c
to
1d43728
Compare
1d43728
to
ca352de
Compare
Trying to isolate different minify process but strangely failed on Travis CI ... hmmm ...
|
Interesting! I would expect a Python with
Generally this means we need to restart the build. Do you have permissions to do that on Travis? |
@whit537 yes I have the permission, but looks the last two builds have the same problem, so I assume restart will not help. |
Sorry I missed this in my notifications (I've been using Octobox, not sure if that explains it). The latest failures are due to our Python linter, which checks for unused imports. |
In other words, ca352de removes a number of calls, without also removing the imports associated with those calls. |
ca352de is actually a try to isolate the different minify process, I'm not sure how much time I can spend on fixing all this out, if someone wants to take this, please feel free to let me know, sorry that I keep this not solved for almost a month ... |
Closing for now. |
No description provided.