Skip to content

Commit

Permalink
Updated each addin's reference to office ui fabric to latest #60
Browse files Browse the repository at this point in the history
Removed local copy of Office UI Fabric, updated references to use bower-based fabric acquisition. CDN references still point to 1.0 while bower includes 1.1.3 because MSFT CDN is not up to date with latest build distro.
  • Loading branch information
andrewconnell committed Oct 12, 2015
1 parent 08c3acc commit 878932f
Show file tree
Hide file tree
Showing 52 changed files with 59 additions and 71,467 deletions.
20 changes: 0 additions & 20 deletions generators/content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,30 +376,10 @@ module.exports = generators.Base.extend({
this.destinationPath('gulpfile.js'));
this.fs.copy(this.templatePath('common/content/Office.css'),
this.destinationPath(this._parseTargetPath('content/Office.css')));
this.fs.copy(this.templatePath('common/content/fabric.css'),
this.destinationPath(this._parseTargetPath('content/fabric.css')));
this.fs.copy(this.templatePath('common/content/fabric.min.css'),
this.destinationPath(this._parseTargetPath('content/fabric.min.css')));
this.fs.copy(this.templatePath('common/content/fabric.rtl.css'),
this.destinationPath(this._parseTargetPath('content/fabric.rtl.css')));
this.fs.copy(this.templatePath('common/content/fabric.rtl.min.css'),
this.destinationPath(this._parseTargetPath('content/fabric.rtl.min.css')));
this.fs.copy(this.templatePath('common/content/fabric.components.css'),
this.destinationPath(this._parseTargetPath('content/fabric.components.css')));
this.fs.copy(this.templatePath('common/content/fabric.components.min.css'),
this.destinationPath(this._parseTargetPath('content/fabric.components.min.css')));
this.fs.copy(this.templatePath('common/content/fabric.components.rtl.css'),
this.destinationPath(this._parseTargetPath('content/fabric.components.rtl.css')));
this.fs.copy(this.templatePath('common/content/fabric.components.rtl.min.css'),
this.destinationPath(this._parseTargetPath('content/fabric.components.rtl.min.css')));
this.fs.copy(this.templatePath('common/images/close.png'),
this.destinationPath(this._parseTargetPath('images/close.png')));
this.fs.copy(this.templatePath('common/scripts/MicrosoftAjax.js'),
this.destinationPath(this._parseTargetPath('scripts/MicrosoftAjax.js')));
this.fs.copy(this.templatePath('common/scripts/jquery.fabric.js'),
this.destinationPath(this._parseTargetPath('scripts/jquery.fabric.js')));
this.fs.copy(this.templatePath('common/scripts/jquery.fabric.min.js'),
this.destinationPath(this._parseTargetPath('scripts/jquery.fabric.min.js')));

switch (this.genConfig.tech) {
case 'html':
Expand Down
Loading

0 comments on commit 878932f

Please sign in to comment.