Skip to content

Commit

Permalink
Execute new gitinfo in OpenWRT build
Browse files Browse the repository at this point in the history
  • Loading branch information
peteruithoven committed May 11, 2016
1 parent 225a173 commit 4e18fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ define Build/Compile
# grunt can access git info
npm install
ifeq ($(CONFIG_DOODLE3D_CLIENT_MINIFY_JS),y)
grunt less autoprefixer cssmin concat uglify
grunt gitinfo less autoprefixer cssmin concat uglify
else
grunt less autoprefixer cssmin concat
grunt gitinfo less autoprefixer cssmin concat
endif
# Copy compiled files to build dir
$(CP) www $(PKG_BUILD_DIR)/
Expand Down

0 comments on commit 4e18fa0

Please sign in to comment.