Skip to content

Commit

Permalink
use find in build to find dojo/dijit nls directories
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Feb 25, 2013
1 parent da04b00 commit 8221930
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ release-min: release-normal
done;
for P in src/wig2png \
src/dojo/dojo.js \
src/dojo/nls \
`find src/ -name nls -and -type d -and -not -wholename '*_editor/*' -and -not -wholename '*/tests/*'` \
src/dojo/resources \
src/dojox/grid \
src/dojox/gfx/vml.js \
Expand Down
3 changes: 3 additions & 0 deletions release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{{$NEXT}}

* Fixed some missing dojo/dijit nls directories in the non-dev
release zipfile.

1.8.1 2013-02-12 12:56:24 EST5EDT

* Added support for `cigarAttribute` and `mdAttributes` configuration
Expand Down

0 comments on commit 8221930

Please sign in to comment.