Skip to content

Commit

Permalink
commit dist files for 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hdngr committed Nov 20, 2014
1 parent 84d715c commit af8e2f1
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 227 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ module.exports = (grunt) ->

grunt.registerTask 'build', ["clean:dist", "useminPrepare",
"copy:coffee", "concurrent:buildAlchemy",
"copy:litcoffee",
"copy:fonts", "copy:images",
"autoprefixer", "concat:buildAlchemy",
"concat:generated", "cssmin:buildAlchemy",
Expand All @@ -556,7 +555,7 @@ module.exports = (grunt) ->
grunt.registerTask "default",
# release alchemy
if releaseFlag
["test:dist",
[#"test:dist",
"build",
"string-replace", # apply version to alchemy.js
"bumpBower", # bump bower version
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alchemyjs",
"version": "0.4.0",
"version": "0.4.1",
"main": [
"dist/alchemy.min.css",
"dist/alchemy.min.js"
Expand Down
Loading

0 comments on commit af8e2f1

Please sign in to comment.