Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ctsstc/css.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jotform/css.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 7 files changed
  • 3 contributors

Commits on Feb 27, 2018

  1. Updates URLs in package

    Updates grunt-contrib-jshint due to a bug with building.
    
    See https://goo.gl/oUmN6c
    ctsstc committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    1d78fa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e48e525 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Add eslint fix, some errors + small refactor

    Removes some unused variables and globals.
    Refactors one unused variable to be used.
    
    Generated eslintrc.json with `eslint --init` with the following config:
    
    ```
    ? How would you like to configure ESLint? Inspect your JavaScript file(s)
    ? Which file(s), path(s), or glob(s) should be examined? css.js
    ? What format do you want your config file to be in? JSON
    ? Are you using ECMAScript 6 features? No
    ? Where will your code run? Browser
    ? Do you use CommonJS? Yes
    ? Do you use JSX? No
    ```
    ctsstc committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    8ba535d View commit details
    Browse the repository at this point in the history
  2. Merge pull request jotform#21 from ctsstc/package-update

    Updates URLs in package & Grunt Bug + package-lock.json
    eeertekin authored Feb 28, 2018
    Configuration menu
    Copy the full SHA
    40ffdbd View commit details
    Browse the repository at this point in the history
  3. Merge pull request jotform#22 from ctsstc/linting

    Linting
    eeertekin authored Feb 28, 2018
    Configuration menu
    Copy the full SHA
    a92919f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4076c30 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. HowToInstall :: NPM

    eeertekin authored Mar 1, 2018
    Configuration menu
    Copy the full SHA
    2bb91dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad736ef View commit details
    Browse the repository at this point in the history
  3. NPM module updated

    eeertekin committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    f970443 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Bump grunt from 1.0.2 to 1.3.0 (jotform#35)

    Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.2 to 1.3.0.
    - [Release notes](https://github.com/gruntjs/grunt/releases)
    - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
    - [Commits](gruntjs/grunt@v1.0.2...v1.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: grunt
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    f6f741d View commit details
    Browse the repository at this point in the history
Loading