Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
test: only launch canary with flags on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Oct 8, 2013
1 parent 5499edd commit fcbb7df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module.exports = function(grunt) {
pkg: grunt.file.readJSON('package.json')
});

grunt.loadTasks('../tools/tasks');
// plugins
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-yuidoc');
Expand All @@ -57,7 +58,7 @@ module.exports = function(grunt) {
grunt.registerTask('default', ['uglify']);
grunt.registerTask('minify', ['uglify']);
grunt.registerTask('docs', ['yuidoc']);
grunt.registerTask('test', ['karma:CustomElements']);
grunt.registerTask('test-buildbot', ['karma:buildbot']);
grunt.registerTask('test', ['override-chrome-launcher', 'karma:CustomElements']);
grunt.registerTask('test-buildbot', ['override-chrome-launcher', 'karma:buildbot']);
};

0 comments on commit fcbb7df

Please sign in to comment.