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); |