Skip to content
This repository was archived by the owner on Dec 7, 2022. It is now read-only.

Commit df3b2fe

Browse files
committed
Merge pull request #73 from ckundo/create-release-directory
Create release directory and build task
2 parents 7c0531f + afb6912 commit df3b2fe

3 files changed

Lines changed: 1654 additions & 0 deletions

File tree

Gruntfile.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,12 @@ module.exports = function(grunt) {
7777
grunt.task.run('git-describe');
7878
});
7979

80+
grunt.registerTask('copy-dist', function() {
81+
grunt.file.copy('gen/axs_testing.js', 'dist/js/axs_testing.js');
82+
});
83+
8084
grunt.registerTask('default', ['save-revision', 'closurecompiler:minify', 'qunit']);
85+
grunt.registerTask('build', ['default', 'copy-dist']);
8186
grunt.registerTask('travis', ['closurecompiler:minify', 'qunit']);
8287
};
8388

dist/js/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)