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

'Types' directory not ngTemplated #15

Closed
sjerman opened this issue Apr 10, 2015 · 2 comments
Closed

'Types' directory not ngTemplated #15

sjerman opened this issue Apr 10, 2015 · 2 comments

Comments

@sjerman
Copy link

sjerman commented Apr 10, 2015

I think that the types directory needs to be included here ..

... my production build does not load the multiCheckbox ... I think it's because the template isn't being processed.

Steve

ngtemplates: {
...
files: [
    {
        cwd: preBuiltDest + '/',
        src: ['fields/**/*.html', 'wrappers/**/*.html', 'other/**/*.html'],
        dest: templatesFile
      }
    ]
  }
},
@kentcdodds
Copy link
Member

That appears to be the old Grunt build. We no longer use grunt, but webpack, and we don't have a need for this config.

@sjerman
Copy link
Author

sjerman commented Apr 10, 2015

ah!

OK ... that explains it. Will look again :)

Steve

On Fri, Apr 10, 2015 at 5:01 PM, Kent C. Dodds notifications@github.com
wrote:

That appears to be the old Grunt build. We no longer use grunt, but
webpack, and we don't have a need for this config.


Reply to this email directly or view it on GitHub
#15 (comment)
.

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

2 participants