ember-cli-html-to-jsp

0.0.6 • Public • Published

EmberCLI HTML to JSP (Deprecated)

Copy compiled index.html to index.jsp

Deprecated

This addon is deprecated and no longer being maintained.
You can use ember-index addon to achieve the same.

Usage

npm install --save-dev ember-cli-html-to-jsp

After build dist/index.html will be copied to dist/index.jsp

Configuration

var app = new EmberApp({
    htmlToJsp: {
        /*
        Default options are:
            enabled: true,
            outputFilename: 'index.jsp'
        */
    }	
})

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

Readme

Keywords

Package Sidebar

Install

npm i ember-cli-html-to-jsp

Weekly Downloads

1

Version

0.0.6

License

MIT

Last publish

Collaborators

  • ramybenaroya