UNPKG

pure-angular-advanced-searchbox

Version:
50 lines (25 loc) 630 B
'use strict'; module.exports = { 'compile': { 'options': { 'client': false, 'pretty': true, 'basedir': '<%= paths.app %>/<%= paths.templates %>/' }, 'files': [ { 'cwd': '<%= paths.app %>/<%= paths.templates %>', 'src': '**/*.jade', 'dest': '<%= paths.testing %>/<%= paths.templates %>', 'expand': true, 'ext': '.html' }, { 'cwd': '<%= paths.app %>/', 'src': '*.jade', 'dest': '<%= paths.testing %>/', 'expand': true, 'ext': '.html' } ] } };