Answer the question
In order to leave comments, you need to log in
Is it possible to exclude require.js from project build?
I use require.js in my project, for assembly I use r.js, which collects all files into one, and then minifies them. Then, when the page is loaded in the browser, require.js is included, which includes the minified assembly file. Is it possible to make r.js compile the file excluding require.js from there, so that I immediately include the build file without require.js?
Answer the question
In order to leave comments, you need to log in
If all you need is to collect a bunch of files into one, maybe you should look towards Grunt?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question