U
U
unclechu2014-03-28 10:14:57
JavaScript
unclechu, 2014-03-28 10:14:57

Browser JavaScript: how and with what to glue js-modules written in AMD style into one file?

Is there any ready-made solution for writing AMD-style js modules and then gluing them into one file (preferably via grunt)?
UPD: As it turned out, there is no ready-made solution that satisfies requests. I wrote my own: grunt-amdwrap (github) . I didn’t specify right away in the topic that I needed so that the files would not have to be specified manually each, but that everything that fell under the mask would pick itself up as it should.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
U
unclechu, 2014-03-30
@unclechu

https://github.com/unclechu/grunt-amdwrap

A
aen, 2014-03-28
@aen

grunt-contrib-requirejs

D
Dmitry Guketlev, 2014-03-28
@Yavanosta

Which is a wrapper over r.js

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question