Coder Social home page Coder Social logo

Comments (3)

Scrimley avatar Scrimley commented on July 1, 2024

I think I am having a similar problem this is my config.

cachebreaker: {
            dev: {
                options: {
                    match: ['../Documents/libraries/*.js', '../Documents/scripts/*.js', '../Documents/styles/*.css'],
                    replacement: 'md5',
                    src: {
                        path: 'test/<%= pkg.site_path %>Pages/home.html'
                    }
                },
                files: {
                    src: ['test/<%= pkg.site_path %>Pages/home.html', 'test/<%= pkg.site_path %>Documents/snippets/reusable-snippet.html']
                }
            }
        },

With the following in both the home.html and my reusable-snippet.html

<link rel="stylesheet" href="../Documents/insight-being-digital/styles/accenture-insight-being-digital.css" type="text/css" media="screen" title="site-styles" charset="utf-8">
<script src="../Documents/insight-being-digital/libraries/jquery.social.js" type="text/javascript" charset="utf-8"></script>
<script src="../Documents/insight-being-digital/scripts/main.js" type="text/javascript" charset="utf-8"></script>

from grunt-cache-breaker.

shakyShane avatar shakyShane commented on July 1, 2024

@pdeva change to

cachebreaker: {
            dev: {
                options: {
                    match: ['built.*.js'],
                    position: 'overwrite'
                },
                files: {
                    src: ['app/index.html']
                }
            }
        }

and it will work

from grunt-cache-breaker.

shakyShane avatar shakyShane commented on July 1, 2024

@Scrimley that syntax is not supported.

version 2.0 coming out later will have better support for what you want

from grunt-cache-breaker.

Related Issues (20)

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.