Skip to content

Windows Fix #2 + AMD Support#14

Open
spacenick wants to merge 1 commit intogroupdock:masterfrom
spacenick:master
Open

Windows Fix #2 + AMD Support#14
spacenick wants to merge 1 commit intogroupdock:masterfrom
spacenick:master

Conversation

@spacenick
Copy link
Copy Markdown
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