GithubHelp home page GithubHelp logo

symerizer / ember-sails Goto Github PK

View Code? Open in Web Editor NEW

This project forked from green-arrow/ember-sails

0.0 2.0 0.0 189 KB

A boilerplate for an Ember application with a Sails backend.

JavaScript 99.43% CSS 0.53% Handlebars 0.03%

ember-sails's Introduction

Ember-Sails

This was modified directly from a new Sails v0.10.5 application.

The following modifications have been made:

  • assets
    • js
      • Added application.js - as the Ember application entry point
      • dependencies
        • Added ember.js, handlebars.js, jquery.js symlinks (linked to bower_components)
    • templates
      • Added application.hbs as the initial Handlebars template
  • tasks
    • config
      • Removed jst.js
      • Added handlebars.js
        • Uses grunt-ember-templates to build templates
        • By default, uses assets/templates as the templateBasePath option
        • Output file is .tmp/public/template.js
      • Modified sails-linker.js
        • Modified devTpl section to reflect output file change to .tmp/public/template.js
    • register
      • Modified compileAssets.js and syncAssets.js to point to new Handlebars grunt task instead of JST
    • Modified pipeline.js to include jQuery and Handlebars dependencies explicitly before the Ember dependency
    • Changed extension on templateFilesToInject to reflect the change to Handlebars
  • views
    • Modified layout.ejs - moved template section below client-side JS section so that dependent libraries are loaded before the templates are loaded.
  • Added bower.json
    • Default dependencies are Ember, Handlebars, and jQuery
  • Modified package.json - added grunt-ember-templates dependency

ember-sails's People

Contributors

green-arrow avatar

Watchers

James Cloos avatar Simon Mercier 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.