(GH1986) cleans up PR by removing some unneccessary changes

This commit is contained in:
Christopher McCulloh
2017-06-08 14:45:15 -04:00
parent 499f2fffde
commit 7382c7e295
7 changed files with 5 additions and 22 deletions

View File

@@ -27,7 +27,6 @@ module.exports = function gruntFile (grunt) {
// variables used in shared variables below
var connectTestServerOptionsPort = 9000;
var connectRegressionTestServerOptionsPort = 8013;
// load and initialize configuration tasks, including package.json's devDependencies
require('load-grunt-config')(grunt, {
@@ -70,8 +69,7 @@ module.exports = function gruntFile (grunt) {
// test dist with multiple jQuery versions
return 'http://localhost:' + connectTestServerOptionsPort + '/test/?testdist=true';
}),
connectTestServerOptionsPort: connectTestServerOptionsPort,
connectRegressionTestServerOptionsPort: connectRegressionTestServerOptionsPort
connectTestServerOptionsPort: connectTestServerOptionsPort
}
});

3
dist/css/fuelux.css vendored
View File

@@ -1,6 +1,5 @@
/*!
* Fuel UX EDGE - Built 2017/06/05, 2:24:54 PM
* Previous release: v3.16.0
* Fuel UX v3.16.0
* Copyright 2012-2017 ExactTarget
* Licensed under the BSD-3-Clause license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
*/

View File

@@ -1,6 +1,5 @@
/*!
* Fuel UX EDGE - Built 2017/06/05, 2:24:54 PM
* Previous release: v3.16.0
* Fuel UX v3.16.0
* Copyright 2012-2017 ExactTarget
* Licensed under the BSD-3-Clause license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
*/

BIN
dist/fuelux.zip vendored

Binary file not shown.

3
dist/js/fuelux.js vendored
View File

@@ -1,6 +1,5 @@
/*!
* Fuel UX EDGE - Built 2017/06/05, 2:24:54 PM
* Previous release: v3.16.0
* Fuel UX v3.16.0
* Copyright 2012-2017 ExactTarget
* Licensed under the BSD-3-Clause license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
*/

View File

@@ -1,6 +1,5 @@
/*!
* Fuel UX EDGE - Built 2017/06/05, 2:24:54 PM
* Previous release: v3.16.0
* Fuel UX v3.16.0
* Copyright 2012-2017 ExactTarget
* Licensed under the BSD-3-Clause license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
*/

View File

@@ -74,17 +74,6 @@ module.exports = {
},
tasks: ['dist']
},
reference: {
files: [
'reference/dist/css/**',
'reference/dist/fonts/**',
'reference/dist/js/**',
'reference/dist/templates/**'],
options: {
livereload: true
},
tasks: ['dist']
},
lite: {
files: [],
options: {