Skip to content

Commit

Permalink
Clean and update dev steps
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRudy committed Apr 30, 2024
1 parent 4a14386 commit fd79507
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
let os = require("os");
os.tmpDir = os.tmpdir;

//-- This is for debuging...
//-- This is for debugging...
console.log("Executing Gruntfile.js...");

//---------------------------------------------------------------------------
Expand Down Expand Up @@ -631,11 +631,11 @@ module.exports = function (grunt) {

//------------------------------------------------------------
//-- DEBUG
//-- Display information on the console, for debuging
//-- Display information on the console, for debugging
//-- purposes
//------------------------------------------------------------

console.log("------------ INFORMATION FOR DEBUGING -------------------");
console.log("------------ INFORMATION FOR DEBUGGING -------------------");
console.log("* Package name: " + ICESTUDIO_PKG_NAME);
console.log("* NW Version: " + NW_VERSION);
console.log("* APPIMAGE: " + LINUX_APPIMAGE_FILE);
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ Add or update the [app translations](https://github.com/FPGAwars/icestudio/tree/
* use `scripts/update_translations.sh` to update current existing `*.po` language files based on the template (before editing them)
* use `grunt compiletext` to regenerate `*.json` language files (these are what the IDE really need) to test them

*Developer note*: use `export NWJS_BUILD_TYPE=sdk` after npm install to enable the chrome web console.
*Developer note*:
* for Windows, use `npm config set script-shell "C:\\Program Files\\Git\\bin\\bash.exe"` or equivalent so the postinstall script can run during npm install

## Contributors

Expand Down

0 comments on commit fd79507

Please sign in to comment.