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

Beta 2 #1806

Merged
merged 28 commits into from
Jan 19, 2017
Merged

Beta 2 #1806

merged 28 commits into from
Jan 19, 2017

Commits on Jan 10, 2017

  1. Configuration menu
    Copy the full SHA
    6b37080 View commit details
    Browse the repository at this point in the history
  2. rename clean task

    psorensen authored Jan 10, 2017
    Configuration menu
    Copy the full SHA
    7d87c3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faf77d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4cf20b View commit details
    Browse the repository at this point in the history
  5. Update travis

    psorensen authored Jan 10, 2017
    Configuration menu
    Copy the full SHA
    eff6644 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Fix for publicPath

    retlehs committed Jan 11, 2017
    1 Configuration menu
    Copy the full SHA
    417ce46 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1800 from psorensen/issue/1797

    Update clean task name
    retlehs authored Jan 11, 2017
    Configuration menu
    Copy the full SHA
    21c6d66 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1798 from oxyc/patch-1

    Allow browser versions to be configured in config.json
    retlehs authored Jan 11, 2017
    Configuration menu
    Copy the full SHA
    d954213 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1279552 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a3e792 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8bd55bb View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. Configuration menu
    Copy the full SHA
    9fca64a View commit details
    Browse the repository at this point in the history
  2. Remove grid defaults

    retlehs committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    646c636 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1808 from roots/remove-grid-defaults

    Remove grid defaults
    retlehs authored Jan 13, 2017
    Configuration menu
    Copy the full SHA
    596f66f View commit details
    Browse the repository at this point in the history
  4. Remove Font Awesome

    retlehs committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    865ade5 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG [ci skip]

    retlehs committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    66b70b6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1809 from roots/remove-font-awesome

    Remove Font Awesome
    retlehs authored Jan 13, 2017
    Configuration menu
    Copy the full SHA
    ea7323a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2017

  1. Add option to remove Bootstrap when creating project (#1810)

    * Add option to remove Bootstrap when creating project
    * Remove phpmd, per @QWp6t
    retlehs authored Jan 15, 2017
    Configuration menu
    Copy the full SHA
    b91ab89 View commit details
    Browse the repository at this point in the history
  2. Missed in #1809

    retlehs authored Jan 15, 2017
    Configuration menu
    Copy the full SHA
    70328d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2c43df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b5d362 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1811 from roots/option-to-change-theme-file-headers

    Add option to change theme file headers
    retlehs authored Jan 15, 2017
    Configuration menu
    Copy the full SHA
    1826102 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Configuration menu
    Copy the full SHA
    1f8f24f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1812 from roots/option-to-add-font-awesome

    Add option to add Font Awesome
    retlehs authored Jan 17, 2017
    Configuration menu
    Copy the full SHA
    89b4d1c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2017

  1. Add option to select CSS framework, add Foundation as an option (#1813)

    * Add option to select CSS framework, add Foundation as an option
    retlehs authored Jan 18, 2017
    Configuration menu
    Copy the full SHA
    3909bf7 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. Fix browsersync (#1815)

    * Update dependencies
    * Remove monkey-hot-loader
    * Use webpack-merge instead of util/mergeWithConcat()
    * Fix: copyglobs plugin `after-emit` is bound twice
    * NoErrorsPlugin() is deprecated in favor of NoEmitOnErrorsPlugin()
    * webpack-dev-middleware should use same publicPath as compiler
    * webpack-hot-middleware/client should be prepended to entries
    * Browser should refresh when HMR fails
    * Bootstrap package.json has correct main property
    Sometime between alpha 2 and 3, package.json was pointing to nonexistent
    file, so we referenced file manually in our repo. Underlying issue was
    fixed by alpha 4, so we no longer have to specify full path to file.
    QWp6t authored Jan 19, 2017
    Configuration menu
    Copy the full SHA
    4adbc34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    360dfc9 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG [ci skip]

    retlehs committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    c63d155 View commit details
    Browse the repository at this point in the history