npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

fannypack-riot-tags

1.3.0

@lukeed05

npmHomeRepoSnykSocket
Downloads:201
$ npm install fannypack-riot-tags
DailyWeeklyMonthlyYearly

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()