Skip to content

Instantly share code, notes, and snippets.

View jvkassi's full-sized avatar

Jean-Vincent kassi jvkassi

  • Smile CI
  • Côte d’Ivoire
View GitHub Profile
@jvkassi
jvkassi / webpack.config.js
Created March 25, 2016 15:35
webpack config for aureila
/*eslint-disable no-var*/
var path = require('path');
var AureliaWebpackPlugin = require('aurelia-webpack-plugin');
var ProvidePlugin = require('webpack/lib/ProvidePlugin');
module.exports = {
devServer: {
host: 'localhost',
port: 3000,
#!/bin/sh
#
#
#
# Modifications are:
# * Remove authbind.
# * Remove JVM_TMP. We will use CATALINA_BASE/temp
# * Explicitly set JAVA_HOME. No need to figure out where it is.
# * Remove SECURITY. We are not using the Java security manager.
# * Remove references to DEFAULT. We have no defaults to use.