2.1.3 • Published 9 years ago

pruno-http v2.1.3

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

pruno-http

A simple HTTP server for pruno. Especially useful for prototyping or building static sites.

Usage

"use strict";

var pruno = require('pruno');

pruno.plugins(function(mix) {
  mix
    .configure({ dir: __dirname + '/config' })
    .http({
      listen: 3000,
      env: 'development',
      dist: './dist',
      file: './server.js' // If you want to use your own simple http server.
    });
});
2.1.3

9 years ago

2.1.2

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago