chore: output blank css files to avoid broken builds (#1724)

This commit is contained in:
Shawn Erquhart
2018-09-06 16:59:18 -04:00
committed by GitHub
parent a84ec97071
commit b58d6fe651
5 changed files with 34 additions and 2 deletions

View File

@ -0,0 +1,3 @@
console.warn(
'You seem to be loading Netlify CMS by fetching `dist/cms.js` from a CDN. That file is deprecated and will be removed in the next major release. Please use `dist/netlify-cms.js` instead.',
);