Chris Riccomini created SAMZA-372:
-------------------------------------
Summary: 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
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)