Skip to content

Commit 22cfa71

Browse files
committed
Variable support settings.json
Variable support settings.json
1 parent cda540a commit 22cfa71

31 files changed

+47
-526
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
- 2020-11-26 Fix the problem that shortcut keys can’t be used normally, and improve the documentation.
4141
- 2020-11-28 Fix when compiling `less`, `sass`, `jade` and `pug` files, `@import` syntax failed to find files - [Bug: @import syntax failed](https://github.com/Wscats/compile-hero/issues/80).
4242
- 2020-11-29 Support the compilation of `stylus` and merge the `pug` and `jade` engines.
43+
- 2020-12-15 Support for `-output-directory` for `${folderPath}` and `${workspaceFolder}` variables can be added - [Feature: Variable support settings.json](https://github.com/Wscats/compile-hero/issues/84).
4344

4445
# Unreleased
4546

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,15 @@ If you enjoy front end, you should have it! Xie, Yao, Yong, Ting, Jing, Lin, Tia
160160

161161
If you think it's useful, you can leave us a [message and like it](https://marketplace.visualstudio.com/items?itemName=Wscats.qf&ssr=false#review-details), Your support is our driving force😀
162162

163+
# Inspired By
164+
165+
I will translate some previous articles one after another in the future, you can read it if you are interested:
166+
167+
- [How do I use the simplest front end technology to reveal the principles behind those gray industries](https://github.com/Wscats/articles/issues/91)
168+
- [How do I use front-end technology to get the VIP of XXOO website](https://github.com/Wscats/articles/issues/62)
169+
- [How do I realize the WeChat mini game jump one jump plugin](https://github.com/Wscats/wechat-jump-game)
170+
- ...
171+
163172
# License
164173

165174
Compile Hero is released under the [MIT](http://opensource.org/licenses/MIT).

out/browser.js

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

out/browser.js.map

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

out/compile/javascript.js

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

out/compile/javascript.js.map

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

out/compile/less.js

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

out/compile/less.js.map

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

out/compile/pug.js

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

out/compile/pug.js.map

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

0 commit comments

Comments
 (0)