Skip to content

Commit

Permalink
Revert "Update libraries version"
Browse files Browse the repository at this point in the history
This reverts commit cd9f201.
  • Loading branch information
sideroad committed Oct 25, 2014
1 parent cd9f201 commit a0f1541
Show file tree
Hide file tree
Showing 172 changed files with 24,533 additions and 27,291 deletions.
14 changes: 1 addition & 13 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,12 @@ module.exports = function(grunt) {
concat: {
pages: {
src: [
'q.js',
'jquery.min.js',
'morris-0.5.1.min.js',
'raphael-min.js'
],
dest: 'build/lib.js'
}
},

// Build component
componentbuild: {
pages: {
options: {
install: true
},
src: 'build'
}
}

});
Expand All @@ -51,9 +40,8 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-component-build');

// By default, lint and run all tests.
grunt.registerTask('default', ['jshint', 'componentbuild', 'concat']);
grunt.registerTask('default', ['jshint', 'clean', 'concat']);

};
12 changes: 3 additions & 9 deletions build/build.css

Large diffs are not rendered by default.

Loading

0 comments on commit a0f1541

Please sign in to comment.