Skip to content

In today’s modern workflow, the code that we author in our development environments is considerably different from the production code, after running it through compilation, minification, concatenation, or various other optimization processes.

Notifications You must be signed in to change notification settings

NETTUTS/Source-Maps-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

#Source Maps 101

To play with the code, refer to the original article in Nettuts.

There are 2 options to follow through the tutorial:

  1. start folder
    • you will need to generate all the files required yourself with the help of the tutorial
    • open the index.html in the browser
    • open the developer console in the browser
    • open command line in the folder start and follow the tutorial
  2. complete folder
    • all generated files are given for you to play with
    • open index.html in the browser
    • open the developer console in the browser
    • open the command line in the folder finish
    • edit the comments inside index.html to comment and uncomment each option

About

In today’s modern workflow, the code that we author in our development environments is considerably different from the production code, after running it through compilation, minification, concatenation, or various other optimization processes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published