fix(gridster): changed the way widgets were getting positioned so that margins are actually the same size that the user specified all the way around the grid

feat(gridster): added responsive nature to grid
This commit is contained in:
floyd_hawkes
2015-02-18 13:34:20 -05:00
parent 314037471f
commit a391304357
11 changed files with 724 additions and 170 deletions

View File

@ -70,7 +70,7 @@ module.exports = function(grunt) {
dist_demo: {
files: {
'gh-pages/dist/jquery.<%= pkg.name %>.min.js': ['<%= concat.dist_js.dest %>'],
'gh-pages/dist/jquery.<%= pkg.name %>.min.js': ['<%= concat.dist_js.dest %>']
}
},