wp_enqueue_scripts
, admin_enqueue_scripts
, or login_enqueue_scripts
hooks. This notice was triggered by the codepen-embed-script
handle. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/jwblogger/jwBlogger/wp-includes/functions.php on line 6114Lately I’ve been working with Apostrophe CMS<\/a>, a NodeJS base content management system. The Apostrophe website lists for features “in-context-editing, schema-driven content types, flexible widgets, and more.” Coming from WordPress, I encountered some familiar concepts like themes and plugins approached from a new perspective. I was excited to take on Apostrophe to say the least. My biggest questions starting off with Apostrophe was surrounding Asset Management, and how do I use a Library like Bootstrap or Foundation<\/a>. Other problems that I encountered were mostly caused by my own ignorance, like not knowing that the button tag having a default type of submit, or not understanding how Node parses folders looking for assets.<\/p>\n
\n
\nMy first project is still ongoing. However I wanted to note a few “first impressions” after living with Apostrophe for a month.<\/p>\n