0.1.4 • Published 10 years ago

grunt-minifykr v0.1.4

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

grunt-minifykr

Grunt plugin to concatenate and minify krpano XML files

No tests, shamefully.

Getting Started

Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-minifykr

Then add this line to your project's grunt.js gruntfile:

grunt.loadNpmTasks('grunt-minifykr');

Documentation

minifykr: {
  test1: "main_pt.xml",
  test2: [ "main_pt.xml", "main_en.xml" ],
  test3: { inputFile: "main_pt.xml", outputFile: "zzz.xml"},
  test4: { inputFile: "main_pt.xml", outputFile: "zzz.xml", encrypt: false },
  test4: { inputFile: "main_pt.xml", outputFile: "zzz.xml", minify: false },
  test5: { inputFile: "main_pt.xml", outputFile: "zzz.xml", encrypt: true },
  test6: [ { inputFile: "main_pt.xml", outputFile: "zzz.xml", encrypt: true }, { inputFile: "main_en.xml", outputFile: "zzz_en.xml", encrypt: false } ],
  test7: [ { inputFile: "main_pt.xml" }, { inputFile: "main_en.xml", encrypt: false } ]
}

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

(Nothing yet)

License

Copyright (c) 2012 Manuel Cabral
Licensed under the MIT license.

0.1.4

10 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago