pure-angular-advanced-searchbox
Version:
Pure angular-based advanced search
50 lines (25 loc) • 630 B
JavaScript
;
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'
}
]
}
};