Commit 3821743

mo <mo.khan@gmail.com>
2018-04-07 19:03:41
run webpack as part of cibuild.
1 parent 934d990
Changed files (2)
app
javascript
bin
app/javascript/controllers/tfa_controller.js
@@ -5,8 +5,8 @@ export default class extends Controller {
   get secret() { return this.targets.find("secret") }
 
   present() {
-    #let tfa = new Tfa(this.secret.value);
-    #console.log(tfa.qr_code());
+    //let tfa = new Tfa(this.secret.value);
+    //console.log(tfa.qr_code());
     console.log("CLICKED");
   }
 }
bin/cibuild
@@ -33,6 +33,7 @@ export PATH="$RACK_ROOT/bin:$PATH"
 
 echo "Running tests …"
 date "+%H:%M:%S"
+bin/webpack
 bin/test
 
 echo "Running linters …"