Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Ignore my Config file
bin/dconf.js
bin/dconf.js
# Other files
desktop.ini
177 changes: 0 additions & 177 deletions bin/d.js

This file was deleted.

5 changes: 0 additions & 5 deletions bin/d.json

This file was deleted.

4 changes: 2 additions & 2 deletions bin/dconf.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ var _SPR_LOGLEVEL = "trace";
* Runner. Example: 'file.aspx'.
*
*/
var _SPR_PAGEBUILDER = "dbr.aspx";
var _SPR_PAGERUNNER = "drr.aspx";
var _SPR_PAGEBUILDER = "sprBuild.aspx";
var _SPR_PAGERUNNER = "sprExecute.aspx";
Loading