Skip to content

Commit

Permalink
Added filters for work files to build css files
Browse files Browse the repository at this point in the history
  • Loading branch information
dengenxp committed Jan 18, 2017
1 parent f4d4558 commit 0550658
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.xml
Expand Up @@ -78,6 +78,10 @@
<exclude name="**/tests/**"/>
<exclude name="**/*.php.dist"/>
<exclude name="*.tar.gz"/>
<exclude name="**/node_modules"/>
<exclude name="**/node_modules/**"/>
<exclude name="**/css_src/dest"/>
<exclude name="**/css_src/dest/**"/>
</fileset>
</copy>

Expand Down

0 comments on commit 0550658

Please sign in to comment.