- 
                Notifications
    
You must be signed in to change notification settings  - Fork 108
 
Closed
Description
In grunt-usemin v2.0 branch: https://github.com/yeoman/grunt-usemin/tree/v2.0, the concat target is now unified to a single one called generated:
concat:
  { generated: 
   { files: 
      [ { dest: '.tmp/concat/styles/main.css',
          src: 
           [ 'app/components/normalize-css/normalize.css',
             '.tmp/styles/main.css' ] },
        { dest: '.tmp/concat/scripts/app.js',
          src: 
           [ 'app/scripts/app.js',
             'app/scripts/config/config.js' ] } ] } }
this makes both main.css and app.js in the example above contain the template script's content, is there a way to get around this problem?
Metadata
Metadata
Assignees
Labels
No labels