Giter Site home page Giter Site logo

eak-update's Introduction

Ember App Kit Upgrade Script

Ember App Kit probably the future of developing ember applications. However, much work still needs to be done, and is updated constantly.

This bash script can help to quickly upgrade EAK in an existing project. It is by no means complete, but, for me at least, is useful to have since I have a number of applications using EAK which I'd like to keep up to date.

Getting Started

  • Get the latest release (tar.gz or zip)
  • Downoad eak-update.sh
  • Extract the EAK release into a directory (the script assumes /tmp)
  • Update the APPDIR variable in eak-update.sh to point to your application
  • run eak-update.sh (make sure its executable)

The script will patch your existing application, then upgrade the project for both node and bower dependencies.

Gotchas

  • The whole tasks directory will be overwritten, so make sure there is no custom code in there
  • Sometimes the app/app.js file gets updated. Check that one manually to make sure its up to date
  • Latest releases of EAK have an app/adapters directory. If you've got an old EAK, make sure the structure is consistent.
  • The vendors directory should have a file called loader.js. If you have almond.js make sure you delete it and copy the loader.js file in manually. Make sure the app/index.html file is updated accordingly
  • Ember-Data used to live in vendors/ember-data-shim. That has changed. Ensure your app/index.html points to the correct place.

eak-update's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.