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

Commit

Permalink
Merge pull request #2 from adamalex/master
Browse files Browse the repository at this point in the history
Configure for volo
  • Loading branch information
adamalex committed Aug 1, 2012
2 parents da62b56 + 03db178 commit 4613484
Show file tree
Hide file tree
Showing 3,626 changed files with 657,357 additions and 89,623 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion dist/fuelux.min.js

Large diffs are not rendered by default.

Binary file modified dist/fuelux.zip
Binary file not shown.
17 changes: 13 additions & 4 deletions grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ module.exports = function(grunt) {
}
},
clean: {
dist: ['dist/build.txt', 'dist/fuelux.zip']
dist: ['dist/build.txt', 'dist/fuelux.zip'],
zipsrc: ['dist/fuelux']
},
copy: {
images: {
Expand All @@ -121,22 +122,30 @@ module.exports = function(grunt) {
files: {
'dist/img': 'lib/bootstrap/img/**'
}
},
zipsrc: {
options: {
basePath: 'dist'
},
files: {
'dist/fuelux': 'dist/**'
}
}
},
compress: {
zip: {
files: {
'dist/fuelux.zip': 'dist/**'
'dist/fuelux.zip': 'dist/fuelux/**'
},
options: {
mode: 'zip',
basePath: 'dist'
basePath: 'dist/'
}
}
}
});

// Default task.
grunt.registerTask('default', 'lint recess qunit requirejs copy clean min compress');
grunt.registerTask('default', 'lint recess qunit requirejs copy:images clean:dist min copy:zipsrc compress clean:zipsrc');

};
45 changes: 45 additions & 0 deletions node_modules/grunt-contrib/CHANGELOG

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

52 changes: 39 additions & 13 deletions node_modules/grunt-contrib/README.md

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

25 changes: 21 additions & 4 deletions node_modules/grunt-contrib/docs/clean.md

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

2 changes: 1 addition & 1 deletion node_modules/grunt-contrib/docs/coffee.md

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

6 changes: 5 additions & 1 deletion node_modules/grunt-contrib/docs/compress.md

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

34 changes: 27 additions & 7 deletions node_modules/grunt-contrib/docs/copy.md

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

2 changes: 1 addition & 1 deletion node_modules/grunt-contrib/docs/handlebars.md

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

2 changes: 1 addition & 1 deletion node_modules/grunt-contrib/docs/helpers.md

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

7 changes: 6 additions & 1 deletion node_modules/grunt-contrib/docs/jade.md

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

2 changes: 1 addition & 1 deletion node_modules/grunt-contrib/docs/jst.md

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

2 changes: 1 addition & 1 deletion node_modules/grunt-contrib/docs/less.md

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

6 changes: 4 additions & 2 deletions node_modules/grunt-contrib/docs/mincss.md

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

2 changes: 1 addition & 1 deletion node_modules/grunt-contrib/docs/requirejs.md

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

2 changes: 1 addition & 1 deletion node_modules/grunt-contrib/docs/stylus.md

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

Loading

0 comments on commit 4613484

Please sign in to comment.