Skip to content

Commit 12c0df9

Browse files
author
Martynas Žilinskas
authored
Feature: CLI Watcher. (#58)
1 parent b020180 commit 12c0df9

12 files changed

Lines changed: 2716 additions & 2790 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,5 +292,7 @@ coverage
292292
/common/rush-recycler
293293
package-deps.json
294294

295+
__temp__
296+
295297
# Tests
296298
**/tests/cases/__tests__/*.test.ts

@types/contracts.d.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,15 @@ $ scss-bundle -c scss-bundle.config.json
6767
}
6868
```
6969

70-
| Argument | Type | Description | Values | Default |
71-
| -------------------- | -------------- | --------------------------------------------------- | --------------------- | ------- |
72-
| entry <sup>`*`</sup> | string | Main entry file where to start bundling. | | |
73-
| dest <sup>`*`</sup> | string | Destination file when bundling is done. | | |
74-
| verbosity | string choices | Destination file when bundling is done. | None, Errors, Verbose | Verbose |
75-
| includePaths | array | Include paths for resolving imports | | |
76-
| project | string | Project location, where `node_modules` are located. | | |
77-
| ignoredImports | array | Ignore resolving import content by matching a regular expression.| | |
70+
| Argument | Type | Description | Values | Default |
71+
| -------------------- | -------------- | ----------------------------------------------------------------- | --------------------- | ------- |
72+
| entry <sup>`*`</sup> | string | Main entry file where to start bundling. | | |
73+
| dest <sup>`*`</sup> | string | Destination file when bundling is done. | | |
74+
| watch | string | Path that will be watched. | | |
75+
| verbosity | string choices | Destination file when bundling is done. | None, Errors, Verbose | Verbose |
76+
| includePaths | array | Include paths for resolving imports | | |
77+
| project | string | Project location, where `node_modules` are located. | | |
78+
| ignoredImports | array | Ignore resolving import content by matching a regular expression. | | |
7879
`*` - Required
7980

8081
## Output verbosity

dist/arguments.js

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)