Am 06.10.2014 um 20:42 schrieb Arman Khalatyan:
Still no success with git submodule update
I just simply add 3rd libs as a link. Looks nice. But Css and js are not
minimized.
Now again the original question how to enable minimized js/css?:)

You asked about the error and that was the anwser ;)

Minification is just available in a pending PR. So it's not even in the master branch. But concatenation can be enabled by adding the following to config.php:

'asset-pipeline.enabled' => true,

Once minification is in master this will also minify those files.

For the pending PR see https://github.com/owncloud/core/pull/11430

You can also checkout the branch minify-js-css-master to test this.

Morris




On Mon, Oct 6, 2014 at 5:31 PM, Morris Jobke <[email protected]
<mailto:[email protected]>> wrote:

    Hi arman,

    You should also update the git submodule

    git submodule update

    Morris

    Am 06.10.2014 um 16:59 schrieb Arman Khalatyan:

        Thanks Thomas..
        i am not able to test it
        It is failing with errors:
        [Mon Oct 06 16:51:19.788050 2014] [:error] [pid 3095] [client
        192.168.101.246:45886 <http://192.168.101.246:45886>
        <http://192.168.101.246:45886>__] PHP Fatal error:
        Class 'Patchwork\\Utf8\\Bootup' not found in
        /var/www/html-oc8/core/lib/__private/util.php on line 1038
        [Mon Oct 06 16:53:50.524696 2014] [:error] [pid 4254] [client
        192.168.101.246:46008 <http://192.168.101.246:46008>
        <http://192.168.101.246:46008>__] PHP Fatal error:
        Class 'Patchwork\\Utf8\\Bootup' not found in
        /var/www/html-oc8/core/lib/__private/util.php on line 1038
        [Mon Oct 06 16:53:53.603107 2014] [:error] [pid 4257] [client
        192.168.101.246:46009 <http://192.168.101.246:46009>
        <http://192.168.101.246:46009>__] PHP Fatal error:
        Class 'Patchwork\\Utf8\\Bootup' not found in
        /var/www/html-oc8/core/lib/__private/util.php on line 1038, referer:
        http://192.168.1.171/core/

        the setup is following:
        git clone https://github.com/owncloud/__core.git
        <https://github.com/owncloud/core.git> && chown -R
        www-data:www-data  /var/www/html-oc8/core

        Should I do something after git clone to test the recent branch?
        Thanks,
        arman.




        On Mon, Oct 6, 2014 at 1:16 PM, Thomas Müller
        <[email protected] <mailto:[email protected]>
        <mailto:[email protected]
        <mailto:[email protected]>__>> wrote:

             Minification is what we are about to add for OC8:
        https://github.com/owncloud/__core/pull/11430
        <https://github.com/owncloud/core/pull/11430>

             Feel free to test the solution ;-)

             Regards,

             Thomas

             Am Montag, den 06.10.2014 um 12:37 schrieb Arman Khalatyan:
              > Hi,
              > When I view sourcecode of  the fresh installed OC7 I can see
             uncompressed
              > css/js.
              > Is it the way how it should be?
              > Is it possible to serve the minimized versions of js/css
        in OC7.x?
              >
              > Thanks,
              > Arman.
              >
              > _________________________________________________
              > Devel mailing list
              > [email protected] <mailto:[email protected]>
        <mailto:[email protected] <mailto:[email protected]>>
              > http://mailman.owncloud.org/__mailman/listinfo/devel
        <http://mailman.owncloud.org/mailman/listinfo/devel>
              >
             _________________________________________________
             Devel mailing list
        [email protected] <mailto:[email protected]>
        <mailto:[email protected] <mailto:[email protected]>>
        http://mailman.owncloud.org/__mailman/listinfo/devel
        <http://mailman.owncloud.org/mailman/listinfo/devel>




        _________________________________________________
        Devel mailing list
        [email protected] <mailto:[email protected]>
        http://mailman.owncloud.org/__mailman/listinfo/devel
        <http://mailman.owncloud.org/mailman/listinfo/devel>

    _________________________________________________
    Devel mailing list
    [email protected] <mailto:[email protected]>
    http://mailman.owncloud.org/__mailman/listinfo/devel
    <http://mailman.owncloud.org/mailman/listinfo/devel>




_______________________________________________
Devel mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/devel

_______________________________________________
Devel mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/devel

Reply via email to