Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove blueprints for view and view-test #111

Closed
wants to merge 1 commit into from

Commits on Jun 8, 2016

  1. Remove blueprints for view and view-test

    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)
    ```
    mriska committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    030a1bb View commit details
    Browse the repository at this point in the history