1. 27 10月, 2019 2 次提交
    • T
      v9.1.2-canary.9 · 20978af0
      Tim Neutkens 提交于
      20978af0
    • H
      allow NextScript to optionally defer javascript (#8980) · 211c84e1
      htbvo 提交于
      * allow NextScript to optionally defer javascript
      
      * move defer options to experimental feature
      
      * combine defer flags into a single option
      
      * Update deferScripts to work with serverless target
      
      * Add test for defer and async property
      
      * Read the async property
      
      * Check versions of chrome and chromedriver
      
      * Update to chromedriver 76
      
      * Fix test
      211c84e1
  2. 26 10月, 2019 4 次提交
  3. 24 10月, 2019 2 次提交
  4. 23 10月, 2019 4 次提交
  5. 22 10月, 2019 2 次提交
    • J
      Upgrade Lockfile (#9158) · ae3410c3
      Joe Haddad 提交于
      * Upgrade Lockfile
      
      * Fix types version mismatch
      
      * Upgrade amphtml-validator
      
      * Revert "Upgrade amphtml-validator"
      
      This reverts commit 05068b2ad9f2f53429cf514b47b4f7924b0b9623.
      
      * Disable AMP Tests
      
      * Skip 2x more AMP tests
      ae3410c3
    • J
      Upgrade React dependencies (#9152) · 94c2c084
      Joe Haddad 提交于
      * Upgrade React dependencies
      
      * Disable data tests
      
      * Increase allowed default sizes
      94c2c084
  6. 21 10月, 2019 1 次提交
  7. 19 10月, 2019 3 次提交
  8. 18 10月, 2019 4 次提交
  9. 17 10月, 2019 6 次提交
  10. 16 10月, 2019 6 次提交
  11. 15 10月, 2019 2 次提交
  12. 14 10月, 2019 1 次提交
    • N
      [Docs] Update static file serving section (#9062) · 09681cd5
      Nishant Singh 提交于
      This block seemed redundant 
      
      ```
      To serve static files from the root directory you can add a folder called `public` and reference those files from the root, e.g: `/robots.txt`.
      ```
      
      The block above this already mentions the same thing:
      ```
      Create a folder called `public` in your project root directory. From your code you can then reference those files starting from the baseURL `/`
      ```
      
      We could add the `robots.txt` eg to the first block itself if necessary
      09681cd5
  13. 12 10月, 2019 1 次提交
  14. 11 10月, 2019 2 次提交