Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
fin(npm, html, sass, ts)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rthem@gmx.de committed Jul 1, 2020
1 parent d845711 commit 4b691ef
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 15 deletions.
6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Generated_files.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/watcherTasks.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# webstorm-template
# WebStorm-template

this template is for webstorm web projects
this template is for WebStorm web projects
it contains:
- a basic folder structure
- initialized npm
- configured sass compiler and css minimizer (run automatic)
- configured ts compiler and js minimizer (run automatic)
- configured ts compiler and js minimizer (doesn't work together, run automatic)
-
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
</body>

<!-- JS Import -->
<script src="function.min.js"></script>
<script src="main.min.js"></script>
<script src="function.js"></script>
<noscript>
<h1>JavaScript is deactivated</h1>
</noscript>

</html>
</html>
Empty file added main.js
Empty file.
10 changes: 0 additions & 10 deletions tsconfig.json

This file was deleted.

0 comments on commit 4b691ef

Please sign in to comment.