forked from StackStorm/st2web
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move build system mostly to its own package
- Loading branch information
Kirill Izotov
committed
Sep 27, 2017
1 parent
87a9e11
commit f1a72ae
Showing
6 changed files
with
9,642 additions
and
7,422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* jshint node: true */ | ||
'use strict'; | ||
|
||
require('./tasks'); | ||
require('@stackstorm/st2-build'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
"packages": [ | ||
"apps/*", | ||
"modules/*", | ||
"tasks", | ||
"." | ||
], | ||
"version": "independent", | ||
|
Oops, something went wrong.