Skip to content

Commit 031735c

Browse files
committed
update readme about style sheets
1 parent 3bd230f commit 031735c

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,18 @@ Lastly you need to allow powershell scripts to run, i don't know what is the rec
315315

316316
Now you can run this by going to run ( Ctrl+Shit+D) and selecting OpenFlow in the dropdown box and press play button, select OpenFlowNodeRed in the dropdown and press play again
317317

318-
Lastly we need to start a background job that copies asserts to the dist folder, go to Terminal tab and add a new shelll, then type
318+
Now, this will serve an empty webpage, so we need to build the stylesheets and copy the compiled files to the dist folder, so go to the Terminal tab and add a new shelll, then type
319+
320+
`gulp sass`
321+
322+
Lastly we can bundle and minify the asserts to the dist folder, by typing
319323

320324
`gulp`
321325

326+
doing developerment, you can run the bundle without the minifyer by typing
327+
328+
`gulp watch`
329+
322330
You can now access openflow web on [http://localhost.openiap.io](http://localhost.openiap.io) and nodered on [http://localhost.openiap.io:1880](http://localhost.openiap.io:1880)
323331

324332
For further help or education contact [OpenIAP](https://openiap.io/) for a support agreement

0 commit comments

Comments
 (0)