Skip to content

Commit 81c2a14

Browse files
authored
Merge pull request #9 from formula1/master
More Tests, More Features, More Reliability
2 parents 5dc563d + 5e69acd commit 81c2a14

35 files changed

+1028
-1003
lines changed

.jshintrc

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"globals":{
3+
"console": true
4+
},
5+
"browserify": true,
6+
"shadow": true,
7+
"forin": true,
8+
"funcscope": true,
9+
"latedef": true,
10+
"unused": true,
11+
"undef": true
12+
}

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ module.exports = function(grunt){
111111

112112
grunt.registerTask('hint',['jshint','jscs']);
113113

114-
grunt.registerTask('test',['tape','jasmine']);
114+
grunt.registerTask('test',['tape']);
115115

116-
grunt.registerTask('default',['hint','browserify','uglify','watch']);
116+
grunt.registerTask('default',['hint','test','browserify','uglify','watch']);
117117

118118
};

dist/tembo.js

-364
This file was deleted.

dist/tembo.min.js

-2
This file was deleted.

dist/tembo.min.map

-1
This file was deleted.

0 commit comments

Comments
 (0)