-
Notifications
You must be signed in to change notification settings - Fork 22
Adding configuration for deferring javascript. #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…isabling BWP, BWP_DISABLED.
…sn't this more sane anyway?
|
there is a version that work for defered script use lab.js (LAB.min.js) on cdn to deferring the minified string :
class-bwp-minify.php : the project : https://github.com/sireneweb/bwp-minify |
|
Thanks. Yes, the code looks much more featureful. What I have is very I saw your project, and was concerned about "LOT OF WORK TO DO FOR THE Mine is tested on 2 very complex WP projects. The only problem I have (so On Thu, Nov 28, 2013 at 8:38 AM, JibsouX notifications@github.com wrote:
Hal Burgiss |
|
BY LOT OF WORK TO DO FOR THE STABLE VERSION i mean that the plugin is under beta testing : beta 3 i test it on many wp and 2 also complexe and it work well no conflic (and if there is some simply put the handle of the script that create the conflict in to minify solo or to not deferring ;) and the deferring capabilitie make the all string of the minification asyncro : script1.js,script2.js, ... not 1 by one thanks to the Lab library :) like here : http://preuves-par-images.fr/ |
|
Hi JibsouX, are you still working on this feature? I'm still considering whether to add this to 1.3.0 or not, but since you have named your version 1.3.6 perhaps I should wait for 1.3.6? haha. |
|
Just curious if CDN support is ready or still in the roadmap? I have a On Fri, Feb 21, 2014 at 2:09 PM, K.Minh notifications@github.com wrote:
Hal Burgiss |
|
Not yet ready, but will be included in 1.3.0 as well, I will push the 1.3.0 branch on Github so people can play with it and help me beta test as well :-). That simple version is available somewhere? |
|
Sorry its a fork: https://github.com/dbswebsite/Better-WordPress-Minify. A I would indeed be interested in testing cdn code. Thx. On Sat, Feb 22, 2014 at 1:18 AM, K.Minh notifications@github.com wrote:
Hal Burgiss |
|
"Not yet ready, but will be included in 1.3.0 as well"... so is this PR obsolete now?! |
|
Unfortunately yes, I will work on another PR, but this is kept open to remind me about this to-do :-). |
Also, adding a constant for programatically disabling Better-WP-Minify, BWP_DISABLED.