Home page Forum Wiki Mail Jabber Devel NIX-FILES

AltLUG Git

Git-repositories of Altai Linux User Group

a7c662351b3e8785886a78fb9f290782adb48035
[qunit.git] / grunt.js
1 /*global config:true, task:true*/
2 config.init({
3   pkg: '<json:package.json>',
4   qunit: {
5     // TODO include 'test/logs.html' as well
6     files: ['test/index.html']
7   },
8   lint: {
9     // TODO lint test files: 'test/**/*.js' - needs seperate globals list
10     files: ['grunt.js', 'qunit/*.js']
11   },
12   jshint: {
13     options: {
14       bitwise: true,
15       curly: true,
16       trailing: true,
17       immed: true,
18       latedef: false,
19       newcap: true,
20       noarg: false,
21       noempty: true,
22       nonew: true,
23       sub: true,
24       undef: true,
25       eqnull: true,
26       browser: true,
27       proto: true
28     },
29     globals: {
30       jQuery: true,
31       exports: true
32     }
33   }
34 });
35
36 // Default task.
37 task.registerTask('default', 'lint qunit');

Hosting is provided AltSPAHow to use Git
Please direct any questions on jabber alex.wolf@jabber.ru

Valid HTML 4.0 Transitional Valid CSS!

Designer Alexander Wolf