Skip to content

automaticly imports files ( js,css ) into a html document

Notifications You must be signed in to change notification settings

seven-jerry/html-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

html importer

this script imports files ( js,css ) into a html document import js file to html import css file to html

before:

<html>
    <head>
    <!-- {SVN_AUTO_IMPORT type:.js; dir:../tsc_out; exclude:; template:<script src="%PATH"</script>;} -->
    </head>

after:

<html>
   <head>
     <script src="../tsc_out/script1.js"></script>
    <script src="../tsc_out/script2.js"></script>
    <script src="../tsc_out/script3.js"></script>
    <script src="../tsc_out/script4.js"></script>
    <script src="../tsc_out/script5.js"></script>
  </head>

About

automaticly imports files ( js,css ) into a html document

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published