-
Notifications
You must be signed in to change notification settings - Fork 75
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
HTTPS on #21
Comments
@clicktrend Based on my checking, the only additional files created by running the tool with HTTPS=on are secure versions of the requirejs-config.js files. To this end, I've implemented it so that in Magento 2.1, the new options in the tool will be taken advantage of to speed things up, while still allowing the command to generate both non-secure and secure versions of the files. This work was done in commit 8881466 and 1ccc7c4. If this does not accomplish what you need, please let me know! |
Note: This will be included in the next tagged release, which I plan on tagging shortly. :) |
Let's cross reference this issue with the corresponding issue in Magento2: magento/magento2#4961 |
Good call, @hostep! |
Hi,
due to my server configuration I need to run this static-content:deploy command:
This creates static files in "secure" directory. To deploy this with capistrano I created this task
Is it possible to pass "HTTPS=on" in your script?
The text was updated successfully, but these errors were encountered: