Created
January 24, 2014 16:53
-
-
Save janv/8601283 to your computer and use it in GitHub Desktop.
Simplest fez-file, doesn't work :(
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
var fez = require('fez'); | |
var concat = require('fez-concat'); | |
exports.build = function (stage) { | |
stage(function (rule) { | |
rule('app/assets/javascripts/*.js', 'dist.js', concat()); | |
}); | |
}; | |
exports.default = exports.build; | |
fez(module); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gives error