You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Dennis Balkir (JIRA)" <ji...@apache.org> on 2018/08/28 11:08:00 UTC

[jira] [Comment Edited] (OFBIZ-10541) Add a gradle task to compile less files in css and minify

    [ https://issues.apache.org/jira/browse/OFBIZ-10541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16594833#comment-16594833 ] 

Dennis Balkir edited comment on OFBIZ-10541 at 8/28/18 11:07 AM:
-----------------------------------------------------------------

Hi [~julien.nicolas],
the file "minify_gradle.patch" contains the gradle task which Michael Brohl mentioned.
We use this in the plug-in folder, but it can easily be extended to work with whole OFBiz. We had a discussion here, on how it should be used. That's the reason why this needs a list in form of a .txt file. In this file you have to specify the paths of the files you want to minify. This makes it possible to accurately define which files should be minified and which should be left out.

Unfortunately there is no mechanism to compile less or sass files in it, but this will compress css and js files to min.css and min.js.

Hope this helps


was (Author: dennis balkir):
Hi [~julien.nicolas],
this is the gradle task which Michael Brohl mentioned.
We use this in the plug-in folder, but it can easily be extended to work with whole OFBiz. We had a discussion here, on how it should be used. That's the reason why this needs a list in form of a .txt file. In this file you have to specify the paths of the files you want to minify. This makes it possible to accurately define which files should be minified and which should be left out.

Unfortunately there is no mechanism to compile less or sass files in it, but this will compress css and js files to min.css and min.js.

Hope this helps

> Add a gradle task to compile less files in css and minify
> ---------------------------------------------------------
>
>                 Key: OFBIZ-10541
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10541
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: themes
>    Affects Versions: Trunk, Upcoming Branch
>            Reporter: Julien NICOLAS
>            Assignee: Julien NICOLAS
>            Priority: Trivial
>         Attachments: minify_gradlew.patch
>
>
> For theme optimization, I would like to compile less files to css file.
> In this way, we can remove the js compilation script from theme.
> In the same times, I propose to minify and compress css files.
> For debugging, css files will not be compress nor minified.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)