You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thereafter I was stumbling over this case, where the build process behaves as expected only if almond.js exists in example-project/src/almond.js and is used together with the corresponding pointer to the almond module name: '../almond' inside the build config file. The generated file example-project/www/almond.js contains the content of main.jswith all its dependencies.
Though what is wrong with the following setting? It does not write out any compressed file.
Thanks for your answer here!
Thereafter I was stumbling over this case, where the build process behaves as expected only if almond.js exists in
example-project/src/almond.js
and is used together with the corresponding pointer to the almond modulename: '../almond'
inside the build config file. The generated fileexample-project/www/almond.js
contains the content ofmain.js
with all its dependencies.Though what is wrong with the following setting? It does not write out any compressed file.
tree structure:
build config file:
BTW using
out:
insteaddir:
just works fine regardless wherealmond.js
is located.The text was updated successfully, but these errors were encountered: