Skip to content

Commit

Permalink
Load aok task from self.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve committed Oct 24, 2013
1 parent abac8df commit 3e8315a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion GruntFile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
aok: { test: ['./test'] },
jshint: {
// gruntjs.com/configuring-tasks#globbing-patterns
// **/** matches in current and sub dirs
Expand Down Expand Up @@ -46,8 +47,9 @@ module.exports = function(grunt) {
}
}
});
grunt.loadTasks('tasks');
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.registerTask('default', ['jshint:grunt', 'jshint:sub', 'concat', 'jshint:build', 'uglify']);
grunt.registerTask('default', ['jshint:grunt', 'jshint:sub', 'aok', 'concat', 'jshint:build', 'uglify']);
};
2 changes: 1 addition & 1 deletion aok.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* aok 1.5.0+201310240100
* aok 1.5.0+201310240144
* https://github.com/ryanve/aok
* MIT License 2013 Ryan Van Etten
*/
Expand Down
2 changes: 1 addition & 1 deletion aok.min.js

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

0 comments on commit 3e8315a

Please sign in to comment.