Skip to content
Akin C edited this page Mar 9, 2017 · 14 revisions

Welcome to the Javascript-concatenating-strict-files- wiki!

It is important to understand that the strict mode works only on top of a script or function. This trait should be taken in consideration when concatenating code from more than one different js files.

The sensitivity to script concatenation can be tested with the files in folder "example1" and "example2" which can be found in the code section in this github project. Note that all files should be kept in the same folder so that the function of the code is guaranteed.

Initial condition

Clone this wiki locally