UNPKG

iz

Version:

Validation for node and the web.

14 lines (11 loc) 249 B
module.exports = function (grunt) { 'use strict'; grunt.config.set('requirejs.iz', { options: { appDir: 'src/', dir: 'amd/', cjsTranslate: true, optimize: 'none' } }); };