Giter Site home page Giter Site logo

Comments (6)

jsoverson avatar jsoverson commented on August 25, 2024

No, not right now. May be worth a PR.

from grunt-preprocess.

benfrain avatar benfrain commented on August 25, 2024

A lack of JS talent prevents me helping but I would love to see this too 👍

from grunt-preprocess.

joshq00 avatar joshq00 commented on August 25, 2024

here's an example to preprocess many. Maybe this can be added to the README

grunt.initConfig( {
    preprocess: {
        html: {
            src: '**/*.tmpl',
            ext: '.html',
            cwd: 'src',
            dest: 'build',
            expand: true
        },
        js: {
            src: 'js/**/*.js',
            cwd: 'src',
            dest: 'build',
            expand: true
        }
    }
} );

This configuration will take my project

.
|-- src
|   |-- js
|   |   |-- app.js
|   |   |-- config.js
|   |   |-- routes.js
|   |   `-- services.js
|   |-- views
|   |   `-- app.tmpl
|   |-- footer.tmpl
|   |-- header.tmpl
|   `-- layout.tmpl
|-- gruntfile.js
`-- package.json

and generate

.
`-- build
    |-- js
    |   |-- app.js
    |   |-- config.js
    |   |-- routes.js
    |   `-- services.js
    |-- views
    |   `-- app.html
    |-- footer.html
    |-- header.html
    `-- layout.html

from grunt-preprocess.

lvl-svasseur avatar lvl-svasseur commented on August 25, 2024

@joshq00 is it supported already or is it more a suggestion you did here? It's not quite clear here as the issue is not closed and @jsoverson said it's not possible yet.

from grunt-preprocess.

joshq00 avatar joshq00 commented on August 25, 2024

The configuration I posted is functional
On Mon, Mar 9, 2015 at 4:46 PM Stéphane Vasseur [email protected]
wrote:

@joshq00 https://github.com/joshq00 is it supported already or is it
more a suggestion you did here? It's not quite clear here as the issue is
not closed and @jsoverson https://github.com/jsoverson said it's not
possible yet.

Reply to this email directly or view it on GitHub
#35 (comment)
.

from grunt-preprocess.

BendingBender avatar BendingBender commented on August 25, 2024

@joshq00 Thank you for the information! Added your config as example to readme.

from grunt-preprocess.

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.