0.1.8 • Published 11 years ago

grunt-preload v0.1.8

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

grunt-preload

Parse @preload tag to concat other files in javascript.

Getting Started

This is an internal task set used by fenbi.com, read each source before use it.

Install the module with: npm install grunt-preload

grunt.initConfig({
    preload: {
        test: {
            src: 'test/src/',
            dest: 'test/dest/',
            files: '*.js'
        }
    }
});

grunt.loadNpmTasks('grunt-preload');

Documentation

(Coming soon)

Examples

(Coming soon)

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

0.1.0 2012-12-10 First release.

License

Copyright (c) 2012 PerfectWorks
Licensed under the MIT license.

0.1.8

11 years ago

0.1.7

11 years ago

0.1.5

11 years ago

0.1.4

11 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