-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use .min.js as js path to prevent ocs asset pipeline from breaking th…
…e code
- Loading branch information
1 parent
64ed535
commit e8627cf
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<?php script($_['appId'], ['../build/main']); ?> | ||
<?php style($_['appId'], ['../build/main']); ?> | ||
<?php script($_['appId'], ['../build/main.min']); ?> | ||
<?php style($_['appId'], ['../build/main.min']); ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e8627cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error logreader Could not find resource file "/owncloud/apps/logreader/js/../build/main.min.js"
e8627cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did a sudo cp /var/www/owncloud/apps/logreader/build/main.css /var/www/owncloud/apps/logreader/build/main.min.css; sudo cp /var/www/owncloud/apps/logreader/build/main.js /var/www/owncloud/apps/logreader/build/main.min.js
Then: OC-Log error-free, but: again logreader is not loading when having the "asset-pipeline.enabled" = true
Did I miss something?
e8627cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I will try to update using the OC appstore. Do you know how long it will take until the update is available?