Skip to content

iTollMouS/HTML-Build-in-System-Sublime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

HTML Build in System Sublime Text 3 for MacOS users

Here is a way to make your sublime compiles your code and runs it on any desired browsers

1- Find the correct path of the desired web browser .

screen shot 2019-01-18 at 4 36 17 am

Usually in --> /Applications/Google Chrome.app <-- for Chrome


screen shot 2019-01-18 at 4 39 37 am

2- Launch your Sublime Text 3 , and then go to Tools --> Build System --> New Build System

screen shot 2019-01-18 at 4 39 52 am

----------------------------------------------------------------------------------------------------------------------------- 3- Copy and paste the code .

{ "cmd":["open", "-a", "/Applications/Google Chrome.app", "$file"] }

4- screen shot 2019-01-18 at 5 00 31 am

Save it as HTML OR you could name it whatever you like .

You should have it as it shown in below

screen shot 2019-01-18 at 4 42 21 am


5- screen shot 2019-01-18 at 5 04 21 am


6- screen shot 2019-01-18 at 5 06 45 am


7- Because in step 4 we saved it as HTML you should see the HTML in the menu

screen shot 2019-01-18 at 5 09 09 am

About

Here is a way to make your sublime compiles your code and runs it on any desired browsers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published