Title: Source files (compile css, block editor)
Last modified: May 13, 2022

---

# Source files (compile css, block editor)

 *  Resolved [Sunny](https://wordpress.org/support/users/frdmsun/)
 * (@frdmsun)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/source-files-compile-css-block-editor/)
 * I ❤️ where you are going with this theme – just great!
 * Is there a repo with the source files or css build tools?
    `npm run build` of
   course finds nothing and simply deleted the build dir.
 * Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Theme Author [MotionBlocks](https://wordpress.org/support/users/motionblocks/)
 * (@motionblocks)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/source-files-compile-css-block-editor/#post-15645159)
 * Block themes have another architecture than classic themes. Block themes don’t
   use php or generated styles for pages. Most of design is controlled by theme.
   json file of theme, templates (which are plain html) and patterns. It means that
   you don’t need npm and webpack for theme compilation. You can simply unpack theme
   zip file and investigate it’s files
 *  Thread Starter [Sunny](https://wordpress.org/support/users/frdmsun/)
 * (@frdmsun)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/source-files-compile-css-block-editor/#post-15645408)
 * Yes, understood. I’m asking if you have made your entire theme source files available
   e.g. the src files compiled into the build directory? A git repo perhaps.
 *  Theme Author [MotionBlocks](https://wordpress.org/support/users/motionblocks/)
 * (@motionblocks)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/source-files-compile-css-block-editor/#post-15646005)
 * But theme has only one script for Sidebar panel, nothing fancy there, because
   WordPress doesn’t allow to use something functional in themes. If you are interested
   how to make Sidebar panels, here what we used
 * [Sidebar Register gutenberg](https://developer.wordpress.org/block-editor/how-to-guides/plugin-sidebar-0/)
    -  This reply was modified 4 years, 1 month ago by [MotionBlocks](https://wordpress.org/support/users/motionblocks/).
 *  Theme Author [MotionBlocks](https://wordpress.org/support/users/motionblocks/)
 * (@motionblocks)
 * [4 years ago](https://wordpress.org/support/topic/source-files-compile-css-block-editor/#post-15686081)
 * If you have no questions, I am closing

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Source files (compile css, block editor)’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/blockpress/1.2.1/screenshot.png)
 * Blockpress
 * [Support Threads](https://wordpress.org/support/theme/blockpress/)
 * [Active Topics](https://wordpress.org/support/theme/blockpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/blockpress/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/blockpress/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [MotionBlocks](https://wordpress.org/support/users/motionblocks/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/source-files-compile-css-block-editor/#post-15686081)
 * Status: resolved