mirror of
https://github.com/ExactTarget/fuelux.git
synced 2026-01-09 14:37:54 -05:00
(GH1986) cleans up PR by removing some unneccessary changes
This commit is contained in:
@@ -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
3
dist/css/fuelux.css
vendored
@@ -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)
|
||||
*/
|
||||
|
||||
3
dist/css/fuelux.min.css
vendored
3
dist/css/fuelux.min.css
vendored
@@ -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
BIN
dist/fuelux.zip
vendored
Binary file not shown.
3
dist/js/fuelux.js
vendored
3
dist/js/fuelux.js
vendored
@@ -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)
|
||||
*/
|
||||
|
||||
3
dist/js/fuelux.min.js
vendored
3
dist/js/fuelux.min.js
vendored
@@ -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)
|
||||
*/
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user