Skip to content

Conversation

@spacenick
Copy link
Contributor

Sorry, my previous fix was not supporting spaces in directory names
(just switched to Windows so I forgot basic cmd stuff, anyway), so I
wrapped dirname with ""

Updated package.json to fetch latest Handlebars (rc1), which offers AMD
support and is probably more stable than beta

Added amd support, just add amd:true to your gruntfile

handlebars: {
  all: {
    src: 'fixtures',
    dest: 'fixtures/output/templates.js',
    amd:true
  }
}

Sorry, my previous fix was not supporting spaces in directory names
(just switched to Windows so I forgot basic cmd stuff, anyway),  so I
wrapped dirname with ""

Updated package.json to fetch latest Handlebars (rc1), which offers AMD
support and is probably more stable than beta

Added amd support, just add amd:true to your gruntfile

handlebars: {
all: {
src: 'fixtures',
dest: 'fixtures/output/templates.js',
amd:true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant