Skip to content

tempPath parameter in Neon is not taken in css and js section separately #120

@ajaxovic

Description

@ajaxovic

In Neon config:

webloader:
     css:
        default:
            tempDir: 'css/min'
            tempPath: 'css/min'
            files:
                - %wwwDir%/css/style.css
    js:
        default:
            tempDir: 'js/min'
            tempPath: 'js/min'
            files:
                - %wwwDir%/js/script.js

this will result into this urls is final html file:

<link rel="stylesheet" type="text/css" href="/mypages/www/js/min/cssloader-739f22122081.css">
<script type="text/javascript" src="/mypages/www/js/min/jsloader-e6ef6ebcc598.js"></script>

Problem is, that css want to download from js folder.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions