Chris Kent 874f0ebd8f Js property controls svg (#364)
* Initial Webpart generation

* Added Localization Strings for Color Properties

* Added PnP SPFx Property Controls package

* Added SVG and color properties

* Added height property and reset button

* Icon and Name update

* Additional Comments

* Updated ReadMe
2017-12-01 16:40:23 +02:00

7 lines
120 B
JavaScript

'use strict';
const gulp = require('gulp');
const build = require('@microsoft/sp-build-web');
build.initialize(gulp);