Skip to content

Commit

Permalink
Updated production grunt. Versioned to 2020.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cdevroe committed Nov 23, 2020
1 parent 89f7d67 commit b35ddd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -152,7 +152,7 @@ module.exports = function(grunt) {

// Default task:
// Compiles CSS, compresses JavaScript.
grunt.registerTask('default', [ 'sass:prod', 'uglify:prod' ]);
grunt.registerTask('default', [ 'sass:prod', 'concat:dev', 'uglify:prod' ]);


// Utility tasks that deletes/copies /custom/
Expand All @@ -164,7 +164,7 @@ module.exports = function(grunt) {
grunt.registerTask('release', [ 'clean:releasePrepare', 'sass:prod', 'uglify:prod', 'copy:release', 'compress:dist', 'clean:releaseFinal' ]);


// Dev build task:
// Dev custom build task:
// Does not compress files, easier to debug
grunt.registerTask('dev', [ 'sass:prod', 'concat:dev', 'concat:custom' ]);

Expand Down
2 changes: 1 addition & 1 deletion application/config/config.php
Expand Up @@ -11,7 +11,7 @@
| version.point.release
|
*/
$config['unmark_version'] = '2020.3';
$config['unmark_version'] = '2020.4';

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "unmark",
"url": "https://unmark.it",
"version": "2020.3.0",
"version": "2020.4.0",
"repository": "https://github.com/cdevroe/unmark",
"license": "https://github.com/cdevroe/unmark/blob/master/license.txt",
"description": "The open source to-do application for bookmarks.",
Expand Down

0 comments on commit b35ddd5

Please sign in to comment.