Commit c172eb91 authored by Christopher Chedeau's avatar Christopher Chedeau
Browse files

save dev and remove no longer needed index.html file

parent 6987b809
Showing with 1 addition and 9 deletions
+1 -9
...@@ -100,7 +100,7 @@ function run(root, appName, version, verbose) { ...@@ -100,7 +100,7 @@ function run(root, appName, version, verbose) {
var args = [ var args = [
'install', 'install',
verbose && '--verbose', verbose && '--verbose',
'--save', '--save-dev',
'--save-exact', '--save-exact',
getInstallPackage(version), getInstallPackage(version),
].filter(function(e) { return e; }); ].filter(function(e) { return e; });
......
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<script type="text/javascript" src="build/bundle.js" charset="utf-8"></script>
</body>
</html>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment