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

Commit afb6912

Browse files
author
Cameron Cundiff
committed
Move generated js to dist/js/
1 parent 80f7c9a commit afb6912

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module.exports = function(grunt) {
7878
});
7979

8080
grunt.registerTask('copy-dist', function() {
81-
grunt.file.copy('gen/axs_testing.js', 'dist/axs_testing.js');
81+
grunt.file.copy('gen/axs_testing.js', 'dist/js/axs_testing.js');
8282
});
8383

8484
grunt.registerTask('default', ['save-revision', 'closurecompiler:minify', 'qunit']);
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*
16-
* Generated from http://github.com/GoogleChrome/accessibility-developer-tools/tree/7c0531f7fd6bc1682a91f15e7ca7dbfc33dbeef9
16+
* Generated from http://github.com/GoogleChrome/accessibility-developer-tools/tree/80f7c9ac87569c23429a7b07de1af980679c9a34
1717
*
1818
* See project README for build steps.
1919
*/

0 commit comments

Comments
 (0)