Package Exports
- grunt-muxml
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (grunt-muxml) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
grunt-muxml

An XML parsing and formatting plugin for
Grunt
Thin wrapper around muxml to make it a Grunt plugin.
Also available as a gulp plugin.
Install
$ npm install --save-dev grunt-muxmlUsage
'use strict';
module.exports = function (grunt) {
grunt.initConfig({
muxml: {
dist: {
files: [{
expand: false,
cwd: 'fixtures/',
src: '*initial.xml',
dest: 'tmp/'
}],
options: {
strict: true
}
}
}
});
grunt.loadNpmTasks('grunt-muxml');
grunt.registerTask('default', [
'muxml'
]);
};Options
See muxml's options, which are all supported.
Related
- muxml | API for muxml
- muxml-cli | CLI for muxml
- gulp-muxml | muxml as a
gulpplugin
License
MIT © t1st3