Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
release 1.3.3
Browse files Browse the repository at this point in the history
Conflicts:
	Gruntfile.js
	dist/fuelux-mctheme.zip
  • Loading branch information
interactivellama committed Jan 21, 2015
2 parents e0aa2a4 + 4e4177a commit b9b7c5d
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ module.exports = function (grunt) {
grunt.task.run(['bump-only:' + versionReleaseType, 'dist', 'replace:readme']);
});

grunt.registerTask('gitrelease', ['shell:pullMaster', 'shell:pullRelease', 'release', 'shell:mergeRelease','shell:commitRelease','shell:tagRelease']);
grunt.registerTask('gitrelease', ['shell:pullMaster', 'shell:pullRelease', 'shell:mergeRelease', 'release','shell:commitRelease','shell:tagRelease']);

/* -------------
SERVE
Expand Down
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: node www/server.js
5 changes: 4 additions & 1 deletion dist/css/fuelux-mctheme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/fuelux-mctheme.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/fuelux-mctheme.min.css

Large diffs are not rendered by default.

Binary file modified dist/fuelux-mctheme.zip
Binary file not shown.
6 changes: 6 additions & 0 deletions less/fuelux-override/selectlist.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@
}
}
}
&[data-resize="auto"] {
.selected-label {
padding-right: 10px;
}

}
}
2 changes: 1 addition & 1 deletion less/fuelux-override/tree.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
margin-right: 4px;
.sprite(-96px, -2px);
height: 12px;
width: 17px;
width: 16px;
}

// SELECTED - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@
},
"devDependencies": {
"bower": "1.x",
"grunt-bump": "0.x",
"connect": "3.x",
"grunt": "0.x",
"grunt-banner": "0.x",
"grunt-bump": "0.x",
"grunt-cli": "0.x",
"grunt-contrib-clean": "0.x",
"grunt-contrib-compress": "0.x",
"grunt-contrib-connect": "0.x",
"grunt-contrib-copy": "0.x",
"grunt-contrib-less": "0.x",
"grunt-text-replace": "0.x",
"grunt-contrib-watch": "0.x",
"grunt-curl": "2.x",
"grunt-grunticon": "^1.4.0",
"grunt-svgmin": "^2.0.0",
"grunt-grunticon": "1.x",
"grunt-shell": "1.x",
"grunt-svgmin": "2.x",
"grunt-text-replace": "0.x",
"grunt-zip": "0.x",
"load-grunt-tasks": "0.x",
Expand Down

0 comments on commit b9b7c5d

Please sign in to comment.