You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Yan Fang (JIRA)" <ji...@apache.org> on 2014/08/08 19:45:13 UTC

[jira] [Commented] (SAMZA-372) lesscss is improperly hardcoding the build directory

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

Yan Fang commented on SAMZA-372:
--------------------------------

+1

> lesscss is improperly hardcoding the build directory
> ----------------------------------------------------
>
>                 Key: SAMZA-372
>                 URL: https://issues.apache.org/jira/browse/SAMZA-372
>             Project: Samza
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.8.0
>            Reporter: Chris Riccomini
>            Assignee: Chris Riccomini
>              Labels: newbie
>             Fix For: 0.8.0
>
>         Attachments: SAMZA-372-0.patch
>
>
> The lesscss task needs to be configured this way in the open source samza:
> {code}
> //correct:
> dest = "$buildDir/resources/main/scalate/css"
> //instead of:
> dest = "build/resources/main/scalate/css"
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)