Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Fix revved regex to support extensionless paths #573

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix revved regex to support extensionless paths #573

wants to merge 1 commit into from

Commits on Apr 18, 2016

  1. Fix revved regex to support extensionless paths

    I have an anchor with href='/admin'. I also have a file 'admin.css' in my assets directory.
    After running `usemin`, it changed to '/admin.css' because revedRx regex in method `RevvedFinder.prototype.getCandidatesFromFS` matches.
    Why ? Because css extension starts with an hex character.
    bbaia committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    a74269b View commit details
    Browse the repository at this point in the history