Skip to content

Commit

Permalink
fix(var): fix corrupted build.xml
Browse files Browse the repository at this point in the history
enable all test
treeshake
  • Loading branch information
duncdrum committed Jun 28, 2021
1 parent 6fd834f commit 0876314
Show file tree
Hide file tree
Showing 10 changed files with 1,184 additions and 103 deletions.
3 changes: 3 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "stylelint-config-standard"
}
4 changes: 1 addition & 3 deletions generators/app/templates/build.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project default="all" name="<%- title %>">
<description>
<null>
</description>
<description><%- desc %></description>
<xmlproperty file="expath-pkg.xml" />
<property name="project.version" value="${package(version)}" />
<property name="project.app" value="<%- title %>" />
Expand Down
Loading

0 comments on commit 0876314

Please sign in to comment.