Code coverage report for slush-phaser-webpack\slushfile.js

Statements: 100% (3 / 3)      Branches: 100% (0 / 0)      Functions: 100% (0 / 0)      Lines: 100% (3 / 3)      Ignored: none     

All files » slush-phaser-webpack/ » slushfile.js
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24                1   1       1                  
/*
 * slush-phaser-webpack
 * https://github.com/the-simian/slush-phaser-webpack
 *
 * Copyright (c) 2015, Jesse Harlin <harlinjesse@gmail.com>
 * Licensed under the MIT license.
 */
 
var gulp = require('gulp');
 
var options = {
  templatesDir: __dirname + '/templates/**'
};
 
require('./slush/default/task')(options);