-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
This knowledge was gained:
-
Effective JavaScript "68 Specific Ways to Harness the Power of JavaScript" by David Herman
-
Grunt JS: Quick Introduction by Tech CBT
-
Gulp JS: Quick Introduction (in 30 min) by Tech CBT
-
How to Install Gulp.js on Windows by Ollie Mc Farlane
-
gulp-concat by Eric Schoffstall