Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
c172eb91
Commit
c172eb91
authored
8 years ago
by
Christopher Chedeau
Browse files
Options
Download
Email Patches
Plain Diff
save dev and remove no longer needed index.html file
parent
6987b809
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
global-cli/index.js
+1
-1
global-cli/index.js
index.html
+0
-8
index.html
with
1 addition
and
9 deletions
+1
-9
global-cli/index.js
+
1
-
1
View file @
c172eb91
...
...
@@ -100,7 +100,7 @@ function run(root, appName, version, verbose) {
var
args
=
[
'
install
'
,
verbose
&&
'
--verbose
'
,
'
--save
'
,
'
--save
-dev
'
,
'
--save-exact
'
,
getInstallPackage
(
version
),
].
filter
(
function
(
e
)
{
return
e
;
});
...
...
This diff is collapsed.
Click to expand it.
index.html
deleted
100644 → 0
+
0
-
8
View file @
6987b809
<html>
<head>
<meta
charset=
"utf-8"
>
</head>
<body>
<script
type=
"text/javascript"
src=
"build/bundle.js"
charset=
"utf-8"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets