Skip to content

Commit

Permalink
Build updates and version up
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxUSA committed Mar 25, 2017
1 parent 545a586 commit af28b28
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
module.exports = function(grunt) {
//Initializing the configuration object
grunt.initConfig({
compress: {
main: {
options: {
archive: "version.zip"
},
src: ["OpenNote/**/*"]
}
},
jshint: {
options:{
},
Expand Down Expand Up @@ -138,6 +146,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks("grunt-karma");
grunt.loadNpmTasks("grunt-shell");
grunt.loadNpmTasks("grunt-manifest");
grunt.loadNpmTasks("grunt-contrib-compress");

//Task definition
//css
Expand Down
2 changes: 1 addition & 1 deletion OpenNote/openNote/openNote.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ openNote.value("config", {
* Get current version
*/
getVersion: function(){
return "17.02.00";
return "17.02.01";
},

/**
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "OpenNote",
"version": "17.02.00",
"version": "17.02.01",
"description": "",
"main": "Gruntfile.js",
"author": "Jacob Liscom",
Expand All @@ -13,6 +13,7 @@
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-compress": "^1.1.1",
"grunt-karma": "^0.8.3",
"phantomjs": "^1.9.7-5",
"karma-phantomjs-launcher": "^0.1.4",
Expand Down

0 comments on commit af28b28

Please sign in to comment.