You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grunt.registerTask('default','Build lodash, Browserify, add banner, and minify',['lodash','browserify','concat','min']);
211
-
grunt.registerTask('publish','Upload to S3 and invalidate Cloudfront (full semantic version only)',['upload_setup','lodash','browserify','concat','min','s3:not_pinned','invalidate_cloudfront:not_pinned']);
212
-
grunt.registerTask('publish-pinned','Upload to S3 and invalidate Cloudfront (full semantic version and semantic major version)',['upload_setup','lodash','browserify','concat','min','s3','invalidate_cloudfront']);
213
-
grunt.registerTask('travis','Intern tests for Travis CI',['lodash','intern']);
214
-
246
+
grunt.registerTask('default','Build lodash, Browserify, add banner, and minify',['lodash','browserify:main','concat:dist','min:dist']);
247
+
grunt.registerTask('publish','Upload to S3 and invalidate Cloudfront (full semantic version only)',['upload_setup','lodash','browserify:main','concat:dist','min:dist','s3:not_pinned','invalidate_cloudfront:not_pinned']);
248
+
grunt.registerTask('publish-pinned','Upload to S3 and invalidate Cloudfront (full semantic version and semantic major version)',['upload_setup','lodash','browserify:main','concat:dist','min:dist','s3','invalidate_cloudfront']);
@@ -29,6 +30,10 @@ Make sure you have `node` and `npm` installed and in your `$PATH`.
29
30
`aws.json` file with valid credentials.
30
31
* Build the package (default task concatenates and minifies) `grunt`
31
32
33
+
## Testing
34
+
35
+
[![Selenium Test Status][saucelabs-matrix-image]][saucelabs]
36
+
32
37
## Copyright and license
33
38
34
39
The Snowplow JavaScript Tracker is based on Anthon Pang's [`piwik.js`][piwikjs], the JavaScript tracker for the open-source [Piwik][piwik] project, and is distributed under the same license ([Simplified BSD][bsd]).
@@ -55,4 +60,7 @@ Licensed under the [Simplified BSD] [bsd] license.
0 commit comments