Remove build folder from release repos
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/.idea
|
||||
/node_modules
|
||||
/server
|
||||
/build
|
||||
*.tgz
|
||||
*.iml
|
||||
*.log
|
||||
@@ -150,7 +150,7 @@ If you subsequently launch Atom from that same terminal the dynamic CA and linti
|
||||
## Dev environment setup:
|
||||
**Prerequisite**: Node 6.x.x or higher is installed, Atom 1.17 or higher is installed
|
||||
1. Clone the repository
|
||||
2. Run `npm install`
|
||||
2. Run `npm install && npm run build`
|
||||
3. Execute `apm link .` from the folder above
|
||||
5. Perform `Reload Window` in Atom (Cmd-Shift-P opens commands palette, search for `reload`, select, press `Return`)
|
||||
6. Open any `pipeline.yml` or `task.yml` file in Atom observe reconciling, content assist and other IDE features
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/.idea
|
||||
/node_modules
|
||||
/server
|
||||
/build
|
||||
*.tgz
|
||||
*.iml
|
||||
*.log
|
||||
@@ -46,7 +46,7 @@ read its detailed documentation.
|
||||
## Dev environment setup:
|
||||
**Prerequisite**: Node 6.x.x or higher is installed, Atom 1.17 or higher is installed
|
||||
1. Clone the repository
|
||||
2. Run `npm install`
|
||||
2. Run `npm install && npm run build`
|
||||
3. Execute `apm link .` from the folder above
|
||||
5. Perform `Reload Window` in Atom (Cmd-Shift-P opens commands palette, search for `reaload`, select, press `Return`)
|
||||
6. Open any `manifest.yml` file in Atom observe reconciling, content assist and other IDE features
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/.idea
|
||||
/node_modules
|
||||
/server
|
||||
/build
|
||||
*.tgz
|
||||
*iml
|
||||
*.log
|
||||
@@ -50,7 +50,7 @@ Resource Type declaration? The Atom Outline View (View -> Toggle Outline View) h
|
||||
## Dev environment setup:
|
||||
**Prerequisite**: Node 6.x.x or higher is installed, Atom 1.17 or higher is installed
|
||||
1. Clone the repository
|
||||
2. Run `npm install`
|
||||
2. Run `npm install && npm run build`
|
||||
3. Execute `apm link .` from the folder above
|
||||
5. Perform `Reload Window` in Atom (Cmd-Shift-P opens commands palette, search for `reload`, select, press `Return`)
|
||||
6. Open any `pipeline.yml` or `task.yml` file in Atom observe reconciling, content assist and other IDE features
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
.idea/
|
||||
server/
|
||||
node_modules/
|
||||
build/
|
||||
|
||||
@@ -23,7 +23,7 @@ For all other files containing boot properties select grammar to be `Spring-Boot
|
||||
|
||||
To build all these pieces you normally only need to run:
|
||||
|
||||
npm install
|
||||
npm install && npm run build
|
||||
|
||||
Now you can link it to Atom:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user