File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,9 @@ When doing a release, do the following:
47
47
* Update the requirejs-nuget directory (DO ON WINDOWS)
48
48
* Update the require.js and r.js versions in content/Scripts using ` volo add -nostamp -f `
49
49
* Update Package.nuspec to rev version number.
50
- * NuGet.exe Pack Package.nuspec
51
- * NuGet.exe Push RequireJS.0.0.0.nupkg
50
+ * .\nuget.exe pack Package.nuspec
51
+ * .\nuget.exe push RequireJS.0.0.0.nupkg API_KEY -Source https://www.nuget.org/api/v2/package
52
+ * Update alameada, alameda-prim if appropriate
52
53
53
54
Now pull down the tagged version to do a distribution, do this in git/ directory:
54
55
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ cp $myDir/../require.js $version/comments/require.js
33
33
34
34
# Minify any of the browser-based JS files
35
35
cd $version /comments
36
- java -jar ../../../r.js/lib/closure/compiler.jar --js require.js --js_output_file ../minified/require.js
36
+
37
+ uglifyjs require.js -mc --comments -o ../minified/require.js
37
38
38
39
cd ../../../
You can’t perform that action at this time.
0 commit comments