oppia-gulp

1.0.0 • Public • Published

Oppia-gulp-optimizer Build Status


This is a customized gulp for google-app-engine experimenting to optimize the performance of Oppia.

Installation

npm install -g oppia-gulp

Usage

var gulp = require('gulp');
var gae = require('gulp-oppia');
 
gulp.task('oppia-serve', function() {
  gulp.src('app/app.yaml')
    .pipe(gae('dev_appserver.py', [], {
      admin_host: '0.0.0.0',
      admin_port: 8001,
      host: '0.0.0.0',
      port: 8181
    }));
});
 
gulp.task('default', ['gae-serve']);
 

For a working example see the example folder.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2
  • 0.0.11
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i oppia-gulp

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • barnabasmakonda