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

Commit

Permalink
Add @covalent/core.
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-hoehmann committed Aug 16, 2017
1 parent cc1cada commit 0014cd8
Show file tree
Hide file tree
Showing 27 changed files with 4,403 additions and 23 deletions.
4 changes: 3 additions & 1 deletion bs-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
"server": {
"baseDir": "src",
"routes": {"/node_modules": "node_modules"}
}
},
"reloadDebounce": 2000
}

22 changes: 22 additions & 0 deletions nodemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"ext": "scss",
"exec": "npm run sass",
"watch": "src/app",
"ignore": [
"*.bak",
"*.css",
"*.html",
"*.js",
"*.json",
"*.log",
"*.map",
"*.old",
"*.pid",
"*.seed",
"*.ts",
"*~"
],
"verbose": true,
"runOnChangeOnly": true
}

Loading

0 comments on commit 0014cd8

Please sign in to comment.