Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

using mustache as the template framework creates a broken Gruntfile.js #396

Open
nikkumang opened this issue Dec 14, 2016 · 0 comments
Open

Comments

@nikkumang
Copy link

It's missing a comma before 'rev'

$yo backbone backbone-app --template-framework=mustache

Gruntfile.js:

mustache: {
  files: {
    src: '<%= yeoman.app %>/scripts/templates/',
    dest: '.tmp/scripts/templates.js',
    options: {
      prefix: 'this.JST = ',
      postfix: ';'
    }
  }
}
rev: {
@nikkumang nikkumang changed the title using mustache as template engine creates a broken Gruntfile.js using mustache as the template framework creates a broken Gruntfile.js Dec 14, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant