grunt-ax-marko

0.1.10 • Public • Published

axisj-contributed

grunt-ax-marko

marko template render

Getting Started

This plugin requires Grunt ~0.4.5

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install grunt-ax-marko --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-ax-marko');

The "ax_marko" task

Overview

In your project's Gruntfile, add a section named ax_marko to the data object passed into grunt.initConfig().

grunt.initConfig({
    ax_marko: {
        default: {
            options: {
                preserveWhitespace: true // expected output whitespace
            },
            files: [
                {
                    // src_root: "", [Enter when you try and try my watch until the folder under the src_root` `to dest` subfolder`]
                    src: "test/fixtures/*.html",
                    global_data: { // append data
                        layout_path: "../layouts/basic.marko" // src relative path
                    },
                    lang: {
                        ko: "test/lang/ko.json",
                        en: "test/lang/en.json"
                    },
                    // lang: "test/lang/ko.json",  [Enter when do not use lang folder]
                    dest: "test/expected",
                    output_extension: "html"
                }
            ]
        }
    },
});

marko

Marko Readme

Package Sidebar

Install

npm i grunt-ax-marko

Weekly Downloads

2

Version

0.1.10

License

none

Last publish

Collaborators

  • thomasjang