-
Notifications
You must be signed in to change notification settings - Fork 151
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
Load assets not specified protocol #160
Comments
I just saw there is a |
I updated the package, using After update, I'm getting:
The full stacktrace:
|
When I try to go back to the
Plus the error mentioned above. |
Which version are you use ? |
|
Hmm.. Make sure get version |
I see version |
I now manually added But I shouldn't have to add it myself though. |
Using |
Just tagged this package to new version |
okay thanks. Do I still need to explicitly specify |
No. |
Okay, I removed
Again, when I add |
73fe515 wrap getter property c8fa2d8 fix typo 7815fc4 extract process logic to getProcess method 8eb218c Fix install module from repository class fac1d35 Added missing doc ea1433f Fix pingpong-labs/modules#160 0601e2e Fix pingpong-labs/modules#159 419481e update title b2306cd Use Stub class from pingpong/support package f65d04b Added new feature: allow to install modules from 'modules.json' file e7b4e01 install require dependencies automatically after running module:install command 825b15d Allow to set process timeout b301a7d CS Fixes 77146fa trim back slash 8b583c5 improved module:make-model command 116d67a improved module:make-provider command c874240 improved module:make-command command 0850c75 improved module:make-middleware command 9dd31f6 improved module:make-request command ab00280 move getClass & getClassNamespace method to GeneratorCommand 148d2db allow to append class namespace when creating controller with subdirectory 7460a31 fix generated class name 88fe867 fix wrong variable 53f41f7 allow to create sub directory automatically. fix pingpong-labs/modules#157. 2041b0d PSR-2 git-subtree-dir: src/Pingpong/Modules git-subtree-split: 73fe5156d6de24955c405150647513e54ee85fac
d71fd39 use dev version 843b59a Update header 2a65ce1 Merge branch 2.0 49d1a50 Merge branch '2.0' into 2.1 690a5d6 set minimum stability to dev b16615c Added support for Laravel 5.1 (develop version). Ref: pingpong-labs/modules#151 REVERT: fca0fea Fix pingpong-labs/modules#164 REVERT: 73fe515 wrap getter property REVERT: c8fa2d8 fix typo REVERT: 7815fc4 extract process logic to getProcess method REVERT: 8eb218c Fix install module from repository class REVERT: fac1d35 Added missing doc REVERT: ea1433f Fix pingpong-labs/modules#160 REVERT: 0601e2e Fix pingpong-labs/modules#159 REVERT: 419481e update title git-subtree-dir: src/Pingpong/Modules git-subtree-split: d71fd39a0efdca45ee9e0ebb44a75bdef0361cf3
Hello,
Could you please load assets without specifying
http://
, for instance:Example:
Don't load:
but:
This will load the asset to the current protocol, either http or https.
You could also provide an optional argument, in addition to loading assets over
//
, to set securetrue
orfalse
.Thanks!
(This is pretty important since loading the site over https will fail because of this issue)
The text was updated successfully, but these errors were encountered: