You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,12 @@ apfdebug:
12
12
cd node_modules/packager; node package.js projects/apf_cloud9_debug.apr
13
13
cd node_modules/packager; cat build/apf_debug.js | sed 's/\(\/\*FILEHEAD(\).*\/apf\/\(.*\)/\1\2/g'> ../../plugins-client/lib.apf/www/apf-packaged/apf_debug.js
14
14
15
+
# package_apf--temporary fix for non-workering infra
0 commit comments