Skip to content

Commit

Permalink
Updated boilerplate template HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
black-signature committed Jan 18, 2018
1 parent 9f8fdb7 commit 3712c51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions generators/app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="stylesheet" href="bower_components/salesforce-lightning-design-system/assets/styles/salesforce-lightning-design-system.min.css" />
<link rel="stylesheet" href="node_modules/@salesforce-ux/design-system/assets/styles/salesforce-lightning-design-system.min.css" />
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
Expand All @@ -17,7 +17,7 @@

</div>

<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-sldsbp_bjt",
"version": "2.0.1",
"version": "2.1.0",
"description": "SLDS boiler plate created by Balu John Thomas (BJT)",
"main": "index.js",
"repository": "black-signature/generator-sldsbp_bjt",
Expand Down

0 comments on commit 3712c51

Please sign in to comment.