1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-13 11:56:46 +02:00

Fixed localhost port for tests in Gruntfile

This commit is contained in:
Max Guglielmi 2015-07-06 18:16:07 +10:00
parent e4ec194d43
commit 4a79229eb2
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ module.exports = function (grunt) {
var fs = require('fs');
var path = require('path');
var testDir = 'test';
var testHost = 'http://localhost:8080/';
var testHost = 'http://localhost:8000/';
var pkg = grunt.file.readJSON('package.json');
grunt.initConfig({

View file

@ -1,6 +1,6 @@
/**
* TableFilter v0.0.0 by Max Guglielmi
* build date: 2015-07-04T14:33:05.004Z
* build date: 2015-07-06T08:13:04.872Z
* MIT License
*/

View file

@ -1,6 +1,6 @@
/**
* TableFilter v0.0.0 by Max Guglielmi
* build date: 2015-07-04T14:33:05.004Z
* build date: 2015-07-06T08:13:04.872Z
* MIT License
*/