Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fuelux

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fuelux - npm Package Compare versions

Comparing version 3.15.10 to 3.15.11

2

grunt/config/saucelabs-qunit.js

@@ -25,3 +25,3 @@ module.exports = function (grunt) {

testname: process.env.TRAVIS_JOB_ID || getPackage().version + '-<%= grunt.template.today("dddd, mmmm dS, yyyy, h:MM:ss TT") %>',
urls: ['http://localhost:<%= connect.testServer.options.port %>/test/?testdist=true&hidepassed'],
urls: ['http://localhost:<%= connect.testServer.options.port %>/test/?testdist=true&hidepassed=true'],
maxPollRetries: 4,

@@ -28,0 +28,0 @@ throttled: 3,

@@ -9,3 +9,3 @@ // package metadata file for Meteor.js

summary: 'Base Fuel UX styles and controls',
version: '3.15.9',
version: '3.15.11',
git: 'https://github.com/ExactTarget/fuelux.git'

@@ -12,0 +12,0 @@ });

@@ -90,3 +90,3 @@ {

"title": "Fuel UX",
"version": "3.15.10",
"version": "3.15.11",
"volo": {

@@ -93,0 +93,0 @@ "baseDir": "lib",

@@ -58,3 +58,3 @@ <!-- TOC depthFrom:1 depthTo:6 withLinks:1 updateOnSave:1 orderedList:0 -->

- Cloning the repository ensures you can apply future updates to Fuel UX easily, but requires to you manage its [dependencies](#dependencies) on your own.
- Download a [.zip archive](http://www.fuelcdn.com/fuelux/3.15.9/fuelux.zip).
- Download a [.zip archive](http://www.fuelcdn.com/fuelux/3.15.10/fuelux.zip).

@@ -84,7 +84,7 @@ # Using Fuel UX

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="//www.fuelcdn.com/fuelux/3.15.9/css/fuelux.min.css" rel="stylesheet">
<link href="//www.fuelcdn.com/fuelux/3.15.10/css/fuelux.min.css" rel="stylesheet">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.1/js/bootstrap.min.js"></script>
<script src="//www.fuelcdn.com/fuelux/3.15.9/js/fuelux.min.js"></script>
<script src="//www.fuelcdn.com/fuelux/3.15.10/js/fuelux.min.js"></script>

@@ -120,3 +120,3 @@ ```

paths: {
'fuelux': 'http://www.fuelcdn.com/fuelux/3.15.9/'
'fuelux': 'http://www.fuelcdn.com/fuelux/3.15.10/'
//...

@@ -123,0 +123,0 @@ }

@@ -25,2 +25,10 @@ # Releasing Fuel UX

### NPM LINK FUELUX -> FUELUX-STIE
From Fuel UX repo:
`npm link`
From Fuel UX Site repo:
`npm link fuelux`
### QA

@@ -36,5 +44,5 @@ - [ ] Test

- [ ] `grunt dist`
- [ ] Copy the created `dist/` directory to the fuelux-site project, replacing `node_modules/fuelux/dist/`
- [ ] Test on Fuel UX Site
- [ ] `gulp release`
- [ ] From Fuel UX Site repo
- [ ] `npm run local`
- [ ] Check all known affected controls on [dev instance of Fuel UX site on Heroku](http://fuelux-dev.herokuapp.com)

@@ -41,0 +49,0 @@ * Scroll to the bottom of each page scanning for visual errors

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc