Git Product home page Git Product logo

chrisfnicholson's People

Contributors

datapolitical avatar datapolitical-bot avatar datapolitical-staticman[bot] avatar sstarcher avatar

Stargazers

 avatar

Watchers

 avatar

chrisfnicholson's Issues

For what it's worth, I just tried Workbox 3.6.3 and it did not fix this issue (which implies to me that https://github.com/GoogleChrome/workbox/issues/1677 and this issue) are not one in the same.

For what it's worth, I just tried Workbox 3.6.3 and it did not fix this issue (which implies to me that GoogleChrome/workbox#1677 and this issue) are not one in the same.

For Workbox users looking for a solution to this iOS/Workbox bug, adding templatedUrls in my workbox-build config fixed this iOS issue perfectly without any consequences (as far as I can tell, having used it a week or two):

workboxBuild.generateSW({
  // make sure that index.html is not matched by your globPatterns
  globPatterns: ['**\/*.{js,css,png}'],
  templatedUrls: {
    // '.' must be used instead of '/' in my case because my app is not served from the
    // root of the domain (but rather, from a subdirectory); using '.' will work
    // in either case
    '.': ['index.html']
  }
});

Originally posted by @caleb531 in v8/v8.dev#4 (comment)

Update sass

_sass folder is for partials (loaded with import or mixin)
assets/css is for css files
that’s why some aren’t getting loaded

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.