Skip to content

Commit af8e2f1

Browse files
author
hdngr
committed
commit dist files for 0.4.1
1 parent 84d715c commit af8e2f1

5 files changed

Lines changed: 162 additions & 227 deletions

File tree

Gruntfile.coffee

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,6 @@ module.exports = (grunt) ->
544544

545545
grunt.registerTask 'build', ["clean:dist", "useminPrepare",
546546
"copy:coffee", "concurrent:buildAlchemy",
547-
"copy:litcoffee",
548547
"copy:fonts", "copy:images",
549548
"autoprefixer", "concat:buildAlchemy",
550549
"concat:generated", "cssmin:buildAlchemy",
@@ -556,7 +555,7 @@ module.exports = (grunt) ->
556555
grunt.registerTask "default",
557556
# release alchemy
558557
if releaseFlag
559-
["test:dist",
558+
[#"test:dist",
560559
"build",
561560
"string-replace", # apply version to alchemy.js
562561
"bumpBower", # bump bower version

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alchemyjs",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"main": [
55
"dist/alchemy.min.css",
66
"dist/alchemy.min.js"

0 commit comments

Comments
 (0)