JS Modular Development (III)--seajs+grunt

Source: Internet
Author: User
Tags define function

1.seaJs Direct construction of existing problems

Because the dependencies between the modules require refer to the module name, when multiple JS modules are merged into one, the error will not be found because of the module name .

2.seajs+grunt Development

Plugins used:grunt-cmd-transport and grunt-cmd-concat (cmd specification)

Grunt-cmd-transport: extract the ID of this module and the ID (array format) on which this module depends , as the two parameters of the Define function: Define (ID, [Dependent array],function (Require,exports,module) {})

grunt-cmd-concat: merging files after extraction

Import configuration of plugins in the package, see JS Modular development (II.)

More plugins and APIs see: SEAJS official website Grunt

JS Modular Development (III)--seajs+grunt

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.