Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bye bye Foundation & Browserify, hello Webpack & PostCSS #77

Merged
merged 47 commits into from
Apr 27, 2017

Commits on Mar 13, 2017

  1. Configuration menu
    Copy the full SHA
    dc4ed39 View commit details
    Browse the repository at this point in the history
  2. Add postcss-css to deps

    thomasdegry committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    dce394a View commit details
    Browse the repository at this point in the history
  3. removed watchify

    thomasdegry committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    c2d5535 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Configuration menu
    Copy the full SHA
    8984424 View commit details
    Browse the repository at this point in the history
  2. Fixed some gulp issues

    thomasdegry committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    7d487a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a18809e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9866025 View commit details
    Browse the repository at this point in the history
  5. Updated dependencies

    thomasdegry committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    db863af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    237ecc6 View commit details
    Browse the repository at this point in the history
  7. Fixed some missing deps

    thomasdegry committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    7d1e263 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b6bc623 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Trying to add suitcss

    thomasdegry committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    e26c42c View commit details
    Browse the repository at this point in the history
  2. Add suitcss dep

    thomasdegry committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    06d5d25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e159b5f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. gulp-suitcss

    akrawchyk committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    a3bdb4b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #78 from istrategylabs/ak-fix

    gulp-suitcss
    akrawchyk committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    f809f71 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Continue suitcss setup and linting config

    - Removed `.stylelintrc` file and moved everything to a `stylelint.config.js` file so we can consume it for both `npm run lint` as well as our build process
    - Added some custom media queries to our `app.css` to make our linter pass without warnings
    - Moved all linting stuff to devDependencies and removed some older dependencies for bem support
    thomasdegry committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    f1b20c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34f2b12 View commit details
    Browse the repository at this point in the history
  3. Dev install on circle

    thomasdegry committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    d44dc2e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. fix path to css file

    akrawchyk committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    314c9a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eeb568 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2017

  1. Configuration menu
    Copy the full SHA
    a0ddfc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. Configuration menu
    Copy the full SHA
    7ff0713 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2017

  1. Added more css boilerplate

    - Include postcss-nested to allow nesting
    - Added a grid.html page as the first page with some mo-static docs
    - Added more media queries to mirror Foundation
    - Added a help section to index.html with links to help pages
    - Added a gulp clean-help text to make sure none of those help html pages ever make it to production
    - Added a Foo component for the sake of showing imports
    thomasdegry committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    7c50263 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f05437 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2017

  1. code instead of span tags

    thomasdegry committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    4210cff View commit details
    Browse the repository at this point in the history
  2. Fixed some stylelint issues

    Globbing files recursively as such: `**/*.css` is not allowed in all terminals; the lint command in `package.json` needed to be wrapped in quotes.
    thomasdegry committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    3701a4a View commit details
    Browse the repository at this point in the history
  3. Readme updates

    thomasdegry committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    2b89fd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    855652a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. Configuration menu
    Copy the full SHA
    b10496d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47c8e9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e5e840 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70d2375 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4b4b15 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2017

  1. Yarn in circle.yml file

    thomasdegry committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    3f1c539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c8ace9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e57981 View commit details
    Browse the repository at this point in the history
  4. Fix circleci

    thomasdegry committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    9e4368b View commit details
    Browse the repository at this point in the history
  5. Nesting was broken

    thomasdegry committed Apr 21, 2017
    Configuration menu
    Copy the full SHA
    a179db2 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Configuration menu
    Copy the full SHA
    6c5d001 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. Configuration menu
    Copy the full SHA
    a0a06a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. Configuration menu
    Copy the full SHA
    a9c6912 View commit details
    Browse the repository at this point in the history
  2. Hex codes

    thomasdegry committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    7185eb4 View commit details
    Browse the repository at this point in the history
  3. Added new line to readme

    thomasdegry committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    f167e81 View commit details
    Browse the repository at this point in the history
  4. Another red -> hex red

    thomasdegry committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    309acd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2017

  1. Configuration menu
    Copy the full SHA
    cfd1321 View commit details
    Browse the repository at this point in the history
  2. fix cookiecutter var

    akrawchyk committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    7178d4f View commit details
    Browse the repository at this point in the history