Skip to content

Commit

Permalink
Remove blueprints for view and view-test
Browse files Browse the repository at this point in the history
They are removed in ember-cli as of 2.4.3 ember-cli/ember-cli#5607
And having them in ember-cli-coffeescript gives errors if using a never version of ember-cli in the same project

```
Cannot find module 'ember-cli/blueprints/view'
Error: Cannot find module 'ember-cli/blueprints/view'
  at Function.Module._resolveFilename (module.js:339:15)
  at Function.Module._load (module.js:290:25)
  at Module.require (module.js:367:17)
  at require (internal/module.js:20:19)
  at Object.<anonymous> (/Users/mriska/work/test3/node_modules/ember-cli-coffeescript/blueprints/view/index.js:1:80)
```
  • Loading branch information
mriska committed Jun 8, 2016
1 parent d317f2e commit 030a1bb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion blueprints/view-test/index.js

This file was deleted.

5 changes: 0 additions & 5 deletions blueprints/view/files/__root__/__path__/__name__.coffee

This file was deleted.

1 change: 0 additions & 1 deletion blueprints/view/index.js

This file was deleted.

0 comments on commit 030a1bb

Please sign in to comment.