1.3.0 • Published 8 years ago

fannypack-riot-tags v1.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

fannypack-riot-tags

Official Fannypack task for compiling Riot.js tags

Installation

npm install fannypack-riot-tags --save-dev

Usage

// gulpfile.js

var Fannypack = require('fannypack')

require('fannypack-riot-tags')

Fannypack.Config.tags = {
  // Config.root.src + 'src' dir
  src: 'tags',
  // Config.root.src + 'dest' dir
  dest: 'javascripts',
  // Concatenated file name
  output: '-templates.js',
  // Auto-run this task in dev mode?
  watchTask: true,
  assetTask: true,
  // File extensions to watch
  extensions: ['tag']
}

Fannypack.init()
1.3.0

8 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago