-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from Grovkillen/dash_functionality
Dash functionality
- Loading branch information
Showing
26 changed files
with
1,559 additions
and
1,359 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"name": "gui-easy", | ||
"timestamp": 1583609727357, | ||
"version": "0.1.5", | ||
"versionName": "0.1.nightly.5", | ||
"author": "Jimmy 'Grovkillen' Westberg <[email protected]> (https://grovkillen.com)", | ||
"description": "Front End for ESP Easy", | ||
"main": "build/0.1.nightly.5/main/index.html.gz", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/letscontrolit/GUIEasy.git" | ||
}, | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"bugs": { | ||
"url": "https://github.com/letscontrolit/GUIEasy/issues" | ||
}, | ||
"homepage": "https://github.com/letscontrolit/GUIEasy#readme", | ||
"devDependencies": { | ||
"grunt": "^1.0.4", | ||
"grunt-contrib-uglify-es": "^3.3.0", | ||
"grunt-contrib-cssmin": "^3.0.0", | ||
"grunt-contrib-rename": "^0.2.0", | ||
"grunt-contrib-clean": "^2.0.0", | ||
"grunt-contrib-compress": "^1.6.0", | ||
"grunt-zopfli-native": "^2.0.0", | ||
"grunt-processhtml": "^0.4.2", | ||
"grunt-file-append": "^0.0.7", | ||
"grunt-contrib-copy": "^1.0.0", | ||
"grunt-folder-list": "^1.1.0", | ||
"grunt-size-report": "^0.1.4", | ||
"grunt-filesize": "^0.0.7", | ||
"grunt-contrib-htmlmin": "^3.1.0", | ||
"npm": "^6.13.4" | ||
}, | ||
"scripts": { | ||
"build": "node Gruntfile.js" | ||
}, | ||
"keywords": [ | ||
"ESP Easy", | ||
"CSS framework", | ||
"GUI", | ||
"Frontend" | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
timestamp:1583609727357 | ||
major:0 | ||
minor:1 | ||
revision:5 | ||
rc:0 | ||
dev:true | ||
files:[{"build":"main","size":78337},{"build":"noDash","size":67267},{"build":"mini","size":4339}] |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
|
@@ -9,3 +9,4 @@ | |
0.1.nightly.2 | ||
0.1.nightly.3 | ||
0.1.nightly.4 | ||
0.1.nightly.5 |
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,11 +1,11 @@ | ||
{ | ||
"name": "gui-easy", | ||
"timestamp": 1583567613037, | ||
"version": "0.1.4", | ||
"versionName": "0.1.nightly.4", | ||
"timestamp": 1583609727357, | ||
"version": "0.1.5", | ||
"versionName": "0.1.nightly.5", | ||
"author": "Jimmy 'Grovkillen' Westberg <[email protected]> (https://grovkillen.com)", | ||
"description": "Front End for ESP Easy", | ||
"main": "build/0.1.nightly.4/main/index.html.gz", | ||
"main": "build/0.1.nightly.5/main/index.html.gz", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/letscontrolit/GUIEasy.git" | ||
|
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
Oops, something went wrong.