Skeleton API docs

This commit is contained in:
Rashid Khan
2013-12-02 12:43:39 -07:00
parent e95503fef3
commit aec9a42ee1
31 changed files with 1253 additions and 274 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// Lint and build CSS
module.exports = function(grunt) {
grunt.registerTask('default', ['jshint:source', 'less:src', 'docs']);
grunt.registerTask('default', ['docs','jshint:source', 'less:src']);
};