1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-02 20:53:22 +00:00

add oh-my-cdn & vendor script

This commit is contained in:
Rokt33r
2016-05-03 15:37:50 +09:00
parent 45c627b0a5
commit ea8e31561e
4 changed files with 17 additions and 34 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"directory": "compiled",
"targets": {
"react": "https://cdnjs.cloudflare.com/ajax/libs/react/15.0.2/react.js",
"react-dom": "https://cdnjs.cloudflare.com/ajax/libs/react/15.0.2/react-dom.js",
"redux": "https://cdnjs.cloudflare.com/ajax/libs/redux/3.5.2/redux.js",
"react-redux": "https://npmcdn.com/react-redux@4.4.5/dist/react-redux.min.js"
}
}