Skip to content

Commit

Permalink
Merge branch 'release/0.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
wachterjohannes committed Jul 31, 2014
2 parents dcb180f + 7dba61d commit 9d14fb0
Show file tree
Hide file tree
Showing 203 changed files with 10,999 additions and 14,267 deletions.
24 changes: 0 additions & 24 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,28 +184,6 @@ module.exports = function(grunt) {
}
]
},
doc: {
files: [
{
expand: true,
dot: true,
cwd: './',
dest: 'assets/js/husky/',
src: [
'dist/{,*/}*'
]
},
{
expand: true,
dot: true,
cwd: './',
dest: 'assets/js/husky/dist/',
src: [
'fonts/{,*/}*'
]
}
]
},
bower: {
files: [
// aura
Expand Down Expand Up @@ -400,15 +378,13 @@ module.exports = function(grunt) {
'compass',
'cssmin',
'copy:dist',
'copy:doc',
'yuidoc'
]);

grunt.registerTask('build:css', [
'compass',
'cssmin',
'copy:dist',
'copy:doc'
]);

grunt.registerTask('update', [
Expand Down
191 changes: 0 additions & 191 deletions _includes/aurajs/components/button.html

This file was deleted.

Loading

0 comments on commit 9d14fb0

Please sign in to comment.