mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-09 11:34:24 +08:00
Do check vars for base
This commit is contained in:
@@ -33,6 +33,8 @@ add = (subtasks, defaults = {}) ->
|
||||
, {})
|
||||
|
||||
get_base = (vars, min = false) ->
|
||||
if typeof(vars.base) == 'string'
|
||||
return vars.base
|
||||
return if min then '/sbs/' else '/'
|
||||
|
||||
module.exports = (grunt) ->
|
||||
|
||||
Reference in New Issue
Block a user