Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Howto dynamic generate filepath in runtime? #224

Open
Troland opened this issue Dec 7, 2016 · 1 comment
Open

Howto dynamic generate filepath in runtime? #224

Troland opened this issue Dec 7, 2016 · 1 comment

Comments

@Troland
Copy link

Troland commented Dec 7, 2016

I have a idea such as for example:

<!DOCTYPE html>
<html>
<head>
    <title>My index</title>
    <!-- build:css css/combo{+new Date()}.css -->
    <link rel="stylesheet" href="css/reset.css">
    <link rel="stylesheet" href="css/common.css">
    <!-- endbuild -->
</head>
<body>
    <h1>Documents</h1>
</body>
</html>

if i have multiplage, and i just want to write the filepath in such format css/combo{+new Date()}.css`, any clues?

@ericzon
Copy link

ericzon commented Dec 23, 2016

+1 would be great to be able to generate dynamic output paths

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants