Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
origin-web-common
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Java-于龙
origin-web-common
Commits
bab237da
Commit
bab237da
authored
Sep 05, 2017
by
benjaminapetersen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add `watch` to package.json
parent
4bcf671a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
Gruntfile.js
Gruntfile.js
+2
-1
package.json
package.json
+1
-0
No files found.
Gruntfile.js
View file @
bab237da
...
...
@@ -13,7 +13,8 @@ module.exports = function (grunt) {
'help'
:
'Task list helper for your Grunt enabled projects.'
,
'clean'
:
'Deletes the content of the dist directory.'
,
'build'
:
'Builds the project into the dist directory.'
,
'test'
:
'Executes the karma testsuite.'
'test'
:
'Executes the karma testsuite.'
,
'watch'
:
'Automatically rebuild /dist whenever /src files change.'
},
groups
:
{
'Basic project tasks'
:
[
'help'
,
'clean'
,
'build'
,
'test'
]
...
...
package.json
View file @
bab237da
...
...
@@ -43,6 +43,7 @@
"test"
:
"grunt test"
,
"build"
:
"grunt build"
,
"deploy"
:
"grunt deploy"
,
"watch"
:
"grunt watch"
,
"help"
:
"grunt help"
},
"repository"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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