Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Kull-AG/KnockoutCSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

KnockoutCSP

A Preprocessor for Knockout in combination with CSP

Use it with gulp:

var gulp = require('gulp');
var csp = require('gulp-knockout-csp-precalc');

gulp.task('default', function () {
    return gulp.src('../test/*.html')
        .pipe(csp())
        .pipe(gulp.dest('./'));
});

Requires a little change to Knockout, see Knockout Fork, if you used in combination with Custom Element Bindings.

About

A Preprocessor for Knockout in combination with CSP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published