1. 04 Mar, 2017 2 commits
  2. 03 Mar, 2017 1 commit
  3. 01 Mar, 2017 2 commits
  4. 23 Feb, 2017 1 commit
  5. 21 Feb, 2017 2 commits
  6. 17 Feb, 2017 2 commits
  7. 16 Feb, 2017 2 commits
  8. 08 Feb, 2017 2 commits
  9. 03 Feb, 2017 6 commits
  10. 02 Feb, 2017 2 commits
  11. 01 Feb, 2017 2 commits
  12. 31 Jan, 2017 2 commits
  13. 30 Jan, 2017 6 commits
  14. 28 Jan, 2017 2 commits
  15. 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
  16. 25 Jan, 2017 2 commits
  17. 24 Jan, 2017 2 commits