-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update - increase version and documentation
- Loading branch information
1 parent
f04a6b8
commit e56f112
Showing
3 changed files
with
28 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
# Wordpress Instant JS | ||
Use the power of Visual Studio Code in WordPress | ||
using babel and uglify | ||
|
||
inspired by [Dylan Blokhuis](https://github.com/dylanblokhuis/instantcss-wp) | ||
Contributors: harun | ||
Tags: js, instant js, visual studio code, vscode, monaco, monaco editor, babel, uglify, minify | ||
Tested up to: 6.2.2 | ||
Stable tag: 1.0.1 | ||
License: GPLv3 | ||
License URI: http://www.gnu.org/licenses/gpl-3.0.html | ||
|
||
Write your scripts beautifully with the power of Visual Studio Code inspired from [instantcss-wp](https://github.com/dylanblokhuis/instantcss-wp). | ||
|
||
#### Description | ||
Use the power of Visual Studio Code in WordPress to write your custom JS. The plugin uses babel and uglify to give your scripts better performance. | ||
|
||
#### Features | ||
* Use all the powerful features from Visual Studio Code | ||
* Your JS gets compiled with babel to work on older browsers | ||
* Option to minify your CSS to reduce loading times | ||
* No refreshing on saving | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters