0.0.1 • Published 11 years ago

grunt-gaej v0.0.1

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

grunt-gaej

Google App Engine Java Server launcher for Grunt.

About

Módulo Grunt para lanzar GAE Java Server

Getting Started

Este plugin requiere Grunt ~0.4.1 y Google App Engine SDK.

Google App Engine SDK puede ser descargado de Google App Engine Downloads page.

The "gaej" task

Overview

En tu archivo Gruntfile de tu proyecto, añade una sección nombrada gaej a la sección de configuración grunt.initConfig().

grunt.initConfig({
  gaej: {
    options: {
        appengineSdkPath: 'C:/appengine-java-sdk-1.8.1.1/bin/dev_appserver.cmd',
        warPath: './war',
        address: '0.0.0.0',
        port: '8888'
    },
  },
})

Release History

  • 2013-09-09   v0.0.1   initial release