1. 30 Jan, 2017 1 commit
  2. 28 Jan, 2017 2 commits
  3. 27 Jan, 2017 2 commits
    • Taylor Otwell's avatar
      Merge pull request #4121 from jpmurray/patch-1 · 547bb962
      Taylor Otwell authored
      Remove the hot file from versionning
      547bb962
    • Jean-Philippe Murray's avatar
      Remove the hot file from versionning · d4d5330b
      Jean-Philippe Murray authored
      Following https://github.com/laravel/framework/pull/17571, I was correctly pointed that the small proposition should be made over here. Here's a copy / past of my message, for clarity's sake.
      ---
      
      When you run `npm run hmr`, a `hot` file is created to the public folder for the `mix()` helper to know if it has to server from the webpack server or not. This file does not go away until we run `npm run dev` (or `watch`). 
      
      True, if we use `npm run production` in our production server it goes away too, but in case we don't make it go away in development, I don't think it's necessary to version it.
      d4d5330b
  4. 25 Jan, 2017 2 commits
  5. 24 Jan, 2017 7 commits
  6. 23 Jan, 2017 2 commits
  7. 22 Jan, 2017 2 commits
  8. 21 Jan, 2017 3 commits
  9. 19 Jan, 2017 1 commit
  10. 18 Jan, 2017 1 commit
  11. 17 Jan, 2017 5 commits
  12. 16 Jan, 2017 2 commits
  13. 15 Jan, 2017 2 commits
  14. 04 Jan, 2017 7 commits
  15. 02 Jan, 2017 1 commit