1. 06 11月, 2015 1 次提交
    • B
      Run test, build and lint checks on Travis CI · b49939cf
      bryk 提交于
      This change makes it possible to run tests, integration tests and lint
      on Travis CI. It also prepares a special Gulp task to perform the same
      activities locally. This is handy when, e.g., sending a pull requrest.
      b49939cf
  2. 04 11月, 2015 1 次提交
  3. 02 11月, 2015 1 次提交
    • B
      Spawn backend application process on serve task · 690b146d
      bryk 提交于
      This setup autoreloads backend process on source change and ensures that
      there is only one process running.
      
      Follow up would be to wire this setup with browser sync to proxy API
      calls to the backend.
      690b146d
  4. 29 10月, 2015 2 次提交
  5. 27 10月, 2015 2 次提交
  6. 26 10月, 2015 1 次提交
  7. 23 10月, 2015 1 次提交
    • B
      Gulpfile which allows to run Gulp tasks · 87231b87
      bryk 提交于
      This is the main file that wires up all dependencies for Gulp. When it
      is in the repository along with the other 2 pull requests,
      `# gulp test` or `# gulp build` will work.
      87231b87
  8. 20 10月, 2015 1 次提交
    • B
      Build configuration file with common constants · f9bd1590
      bryk 提交于
      This file lists all path constants that'll be used in other build files,
      e.g., to load or place appriopriate files.
      
      No usage of this file just yet. Next commits will use it.
      f9bd1590