-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Description
Been trying to setup my paths in a DRY fashion sort of like <% %> does for Grunt. Can't seem to nail it here. It works when I hard code the paths but when I try and abstract them it fails.
var paths = {
views: 'app/views/',
assets: 'public/',
templates: [this.views + '**/*.php'],
js: [this.assets + 'js/*.js'],
sass: [this.assets + 'css/src/**/*.scss'],
css: [this.assets + 'css'],
images: [this.assets + 'img/**/**']
},
css_dir = paths.assets + 'css',
min_js_dir = paths.assets + 'js/min/';Metadata
Metadata
Assignees
Labels
No labels