august-build 0.4.3

Task-based build system with a custom syntax and modularity features for all your artifact construction needs.
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "hosting": {
    "public": "site",
    "ignore": [
      "firebase.json",
      "**/.*",
      "**/node_modules/**"
    ]
  }
}