0.1.10 • Published 9 years ago

grunt-ax-marko v0.1.10

Weekly downloads
2
License
-
Repository
github
Last release
9 years ago

axisj-contributed npm.io

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

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago