Skip to content

Commit

Permalink
add gulp task runner
Browse files Browse the repository at this point in the history
  • Loading branch information
undercode99 committed Oct 21, 2020
1 parent 8c083a0 commit 8496833
Show file tree
Hide file tree
Showing 13 changed files with 68,886 additions and 881 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.vscode
.vscode
*.log
3 changes: 3 additions & 0 deletions dist/css/jakarta-lte.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.red {
color: red;
}
1 change: 1 addition & 0 deletions dist/css/jakarta-lte.min.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.red{color:red}
Loading

0 comments on commit 8496833

Please sign in to comment.