Skip to content

Commit

Permalink
[grunt] rearranged the script a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Grovkillen committed Jan 5, 2020
1 parent 47953e4 commit 41f72a4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,10 @@ module.exports = function(grunt) {
'file_append',
'compress',
'clean:tempFiles',
'clean:noDash',
'folder_list',
'copy',
'rename',
'clean:noDash',
'clean:releaseInfo',
'listBuilds'
);
Expand Down
2 changes: 1 addition & 1 deletion build/0.0.nightly.1/gui.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions build/0.0.nightly.1/info/release.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
major:0
minor:0
minimal:1
rc:0
Binary file modified build/0.0.nightly.1/main/index.htm.gz
Binary file not shown.
Binary file modified build/0.0.nightly.1/noDash/index.htm.gz
Binary file not shown.
Binary file modified build/0.0.nightly.1/src-0.0.nightly.1.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gui-easy",
"timestamp": 1578173524286,
"timestamp": 1578258200346,
"version": "0.0.1",
"author": "Jimmy 'Grovkillen' Westberg <jimmy@grovkillen.com> (https://grovkillen.com)",
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit 41f72a4

Please sign in to comment.